Versions in this module Expand all Collapse all v0 v0.1.0 Sep 29, 2018 Changes in this version + var RefSchemaRef = openapi3.NewSchemaRef("Ref", ...) + func NewSchemaRefForValue(value interface{}) (*openapi3.SchemaRef, map[*openapi3.SchemaRef]int, error) + type CycleError struct + func (err *CycleError) Error() string + type Generator struct + SchemaRefs map[*openapi3.SchemaRef]int + Types map[reflect.Type]*openapi3.SchemaRef + func NewGenerator() *Generator + func (g *Generator) GenerateSchemaRef(t reflect.Type) (*openapi3.SchemaRef, error)