README ¶ gomplify Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func ScanFunctions(pkgPath string) ([]*ast.FuncDecl, error) func ScanMethods(pkgPath string) ([]*ast.FuncDecl, error) func ScanMethodsOf(pkgPath, name string, ignoreCase bool) ([]*ast.FuncDecl, error) type Action Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ScanFunctions ¶ func ScanFunctions(pkgPath string) ([]*ast.FuncDecl, error) func ScanMethods ¶ func ScanMethods(pkgPath string) ([]*ast.FuncDecl, error) func ScanMethodsOf ¶ func ScanMethodsOf(pkgPath, name string, ignoreCase bool) ([]*ast.FuncDecl, error) Types ¶ type Action ¶ type Action interface { // Name Name() string // Ask Ask() error // Run Run() error } Source Files ¶ View all Source files action.goscanner.go Directories ¶ Show internal Expand all Path Synopsis cmd internal actions Click to show internal directories. Click to hide internal directories.