1pub struct ControllerGen {} 2 3impl ControllerGen { 4 pub fn new() -> ControllerGen { 5 ControllerGen {} 6 } 7 8 pub fn controller_content() { 9 10 } 11 12 pub fn controller_file() { 13 14 } 15}