Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CustomError ¶
type CustomErrors ¶
type CustomErrors []CustomError
type Enum ¶
type Enum struct { Name string Keys []EnumKeyValue }
type EnumKeyValue ¶
type HttpService ¶
type HttpServices ¶
type HttpServices []HttpService
type Method ¶
type Method struct { Name string ServiceName string Options astutil.MethodOptions Type string // normal, binary, stream, fileupload Args []Arg Returns []Return }
func (Method) IsBinaryStream ¶
func (Method) IsFileUpload ¶
func (Method) NeedReturnInterface ¶
func (Method) ReturnsName ¶
type Model ¶
type Model struct { Name string Fields ModelFields }
type ModelField ¶
type ModelFields ¶
type ModelFields []ModelField
type Typescript ¶
type Typescript struct { Constants Constants Enums Enums Models Models HttpServices HttpServices CustomErrors CustomErrors }
Click to show internal directories.
Click to hide internal directories.