Versions in this module Expand all Collapse all v0 v0.0.2 Dec 20, 2023 v0.0.1 Nov 4, 2022 Changes in this version + func Contains(arr []string, elem string) bool + func IndexOf(arr []string, elem string) int + type CommentRegistry struct + type Generator interface + DocumentStruct func(_package ...string) ([]spec.Schema, error) + func NewOpenapiGenerator(filter *regexp.Regexp, tags string) Generator + type MetadataParser struct + type SpecRegistry map[string]spec.Schema + func (s SpecRegistry) AddSchema(key string, schema spec.Schema) + func (s SpecRegistry) AddSchemaProp(props spec.SchemaProps) + func (s SpecRegistry) Extend(r SpecRegistry) + func (s SpecRegistry) Values() (specs []spec.Schema) + type StructMetadata map[string]string