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 Store struct + func New(components *v3.Components) *Store + func (s *Store) GetCallback(name string) (*v3.Callback, bool) + func (s *Store) GetExample(name string) (*base.Example, bool) + func (s *Store) GetHeader(name string) (*v3.Header, bool) + func (s *Store) GetLink(name string) (*v3.Link, bool) + func (s *Store) GetParameter(name string) (*v3.Parameter, bool) + func (s *Store) GetPathItem(name string) (*v3.PathItem, bool) + func (s *Store) GetRequestBody(name string) (*v3.RequestBody, bool) + func (s *Store) GetResponse(name string) (*v3.Response, bool) + func (s *Store) GetSchema(t reflect.Type) (*base.SchemaProxy, bool) + func (s *Store) GetSecurityScheme(name string) (*v3.SecurityScheme, bool) + func (s *Store) SetCallback(name string, cb *v3.Callback) *v3.Callback + func (s *Store) SetExample(name string, e *base.Example) *base.Example + func (s *Store) SetHeader(name string, h *v3.Header) *v3.Header + func (s *Store) SetLink(name string, l *v3.Link) *v3.Link + func (s *Store) SetParameter(name string, p *v3.Parameter) *v3.Parameter + func (s *Store) SetPathItem(name string, p *v3.PathItem) *v3.PathItem + func (s *Store) SetRequestBody(name string, b *v3.RequestBody) *v3.RequestBody + func (s *Store) SetResponse(name string, r *v3.Response) *v3.Response + func (s *Store) SetSchema(t reflect.Type, name string, p *base.SchemaProxy) *base.SchemaProxy + func (s *Store) SetSecurityScheme(name string, ss *v3.SecurityScheme) *v3.SecurityScheme