Versions in this module Expand all Collapse all v0 v0.5.0 Jul 16, 2026 v0.4.0 Apr 2, 2026 Changes in this version + type Option func(*v3.Document, *store.Store) + func Contact(name, url, email string) Option + func Description(description string) Option + func ExternalDocs(url, description string) Option + func License(name, url, identifier string) Option + func Security(name string, scopes ...string) Option + func SecurityScheme(name string, opts ...securityscheme.Option) Option + func Server(url, description string, opts ...server.Option) Option + func Summary(summary string) Option + func Tag(name, description string, opts ...tag.Option) Option + func TermsOfService(url string) Option + func Version(version string) Option + func Webhook(name string, pathItem func(*store.Store) *v3.PathItem) Option