Documentation ¶
Index ¶
- func AsCommentLines(comment string) string
- func BasicType(schemaType string, format string, importer *codegen.Importer) string
- func PathFromSwaggerPath(str string) string
- func RefName(str string) string
- func RequestOf(id string) string
- func ResponseOf(id string) string
- type ClientSet
- type Field
- type Op
- type Tag
- type Tags
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AsCommentLines ¶
func PathFromSwaggerPath ¶
func ResponseOf ¶
Types ¶
type ClientSet ¶
type ClientSet struct { BaseClient string Name string PkgName string ClientName string Ops map[string]Op Importer *codegen.Importer }
func NewClientSet ¶
func (*ClientSet) WriteOperations ¶
func (*ClientSet) WriteTypeClient ¶
func (*ClientSet) WriteTypeInterface ¶
Click to show internal directories.
Click to hide internal directories.