Versions in this module Expand all Collapse all v0 v0.0.3 Feb 1, 2021 v0.0.2 Feb 1, 2021 Changes in this version + func Format(f string, oapi OAPI) (data []byte, err error) + type OAPI struct + func Scan(ctx context.Context, options ...Option) (s OAPI, err error) + type Option func(*Options) error + func WithDefOps(defops map[string]spec.Operation) Option + func WithDir(dir string) Option + func WithLog(l logging.Printer) Option + func WithOverride(or map[string]spec.Schema) Option + func WithRootSchema(oapi spec.OpenAPI) Option + type Options struct