package
0.31.0
Repository: https://github.com/circl-dev/go-swagger.git
Documentation: pkg.go.dev

# Structs

EmbeddedTime This type demonstrates how we can embed an external type and wraps the validation.
MyInterfaceObject This object demonstrates several ways to refer to an external interface.
MyOtherType ...
MyReaderObject This object demonstrates several ways to refer to an external interface (here assumed akin to io.Reader).
MyTuple Demonstrates references to some external type in the context of a tuple.
ObjectWithNoValidate A reference to the NoValidateExternal external type.
TupleWithNoValidate A tuple of NoValidateExternal external types.
Zzz This demonstrates variations in generated code, depending on how properties are declared.

# Type aliases

ArrayWithNoValidate A slice of NoValidateExternal external types.
MapOfPrimitives A map of NoValidatePrimitive external types.
MapWithNoValidate A map of NoValidateExternal external types.
MyCustomArray This generate an array type in models, based on the external type.
MyCustomArrayNullable This generate an array type in models, based on the external type.
MyCustomMap This generate a map type in models, based on the external type.
MyCustomMapNullable This generate a map type in models, based on the external type.
MyExtCollection This type demonstrates the import generation with name mangling swagger:model MyExtCollection.
MyInteger ...
MyStreamer ...
MyString ...
MyType is a type manually added to the models package (NOT GENERATED).