Documentation
¶
Overview ¶
Interfaces that users may implement to expand the documentation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HasDescription ¶
type HasDescription = doc.HasDescription
Implement this to add a description to all instances of a type.
type HasExample ¶
type HasExample = example.HasExample
Implement this to add an example without comments to all instances of a type.
type HasExamples ¶
type HasExamples = example.HasExamples
Implement this to add a examples with comments to all instances of a type.
type HasExternalDocs ¶
type HasExternalDocs = doc.HasExternalDocs
Implement this to add external docs to all instances of a type.
type HasMaxArrayLength ¶
type HasMaxArrayLength = schema.HasMaxArrayLength
Implement this to mark a maximal length for an array.
type HasMaxMapLength ¶
type HasMaxMapLength = schema.HasMaxMapLength
Implement this to mark a maximal length for an array.
type HasMaxStringLength ¶
type HasMaxStringLength = schema.HasMaxStringLength
Implement this to mark a maximal length for a string.
type HasMinArrayLength ¶
type HasMinArrayLength = schema.HasMinArrayLength
Implement this to mark a minimal length for an array.
type HasMinMapLength ¶
type HasMinMapLength = schema.HasMinMapLength
Implement this to mark a minimal length for an array.
type HasMinStringLength ¶
type HasMinStringLength = schema.HasMinStringLength
Implement this to mark a minimal length for a string.
type HasSummary ¶
type HasSummary = doc.HasSummary
Implement this to add a summary to all instances of a type.