Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Validation ¶
type Validation interface { RuntimeTypeName(typeName string) string RuntimeTypeSamePackage(typ *spec.TypeDef) string RuntimeType(typ *spec.TypeDef) string SetupLibrary() *generator.CodeFile Models(version *spec.Version) *generator.CodeFile ErrorModels(httpErrors *spec.HttpErrors) *generator.CodeFile WriteParamsType(w *writer.Writer, typeName string, params []spec.NamedParam) }
Click to show internal directories.
Click to hide internal directories.