Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddService ¶
type AddService struct { Name string FilePath string Method string Api string //接口 ApiFunc string //接口方法 Results []*ast.Field ISByID bool IsReturnList bool NoParams bool ReturnType string // contains filtered or unexported fields }
func (*AddService) FuncType ¶
func (a *AddService) FuncType()
func (*AddService) GetReturnType ¶
func (a *AddService) GetReturnType() *ast.FieldList
func (*AddService) InsertService ¶
func (a *AddService) InsertService() error
Click to show internal directories.
Click to hide internal directories.