Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Info ¶
type Info struct {
SchemaInfo map[*openapi3.Schema]*SchemaInfo
SchemaValue map[*openapi3.SchemaRef]*openapi3.Schema
}
Info is the go/types.Info like object that handling metadata.
type SchemaInfo ¶
type SchemaInfo struct {
ID int // reflectshape.Schema.Number
OrderedProperties []string
Links []Link
Name string // not zero value if the schema is existed in components/schemas
}
func (*SchemaInfo) IsExported ¶
func (i *SchemaInfo) IsExported() bool
Click to show internal directories.
Click to hide internal directories.