gomplify

package module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 6, 2020 License: MIT Imports: 4 Imported by: 0

README

gomplify

Documentation

Index

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
}

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL