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 + func AddOperation(store *store.Store, item *v3.PathItem, method string, opt op.Option) + func GetHandlers(p *Path) map[string]httpx.HandlerFunc + func GetPathItem(p *Path, store *store.Store, item *v3.PathItem) *v3.PathItem + type Option func(*v3.PathItem, *store.Store) + func AdditionalOperation(name string, opt op.Option) Option + func Description(s string) Option + func Parameter[T any](in, name string, opts ...param.Option) Option + func Reference(name string) Option + func Server(url, description string, opts ...server.Option) Option + func Summary(s string) Option + type Path struct + func New(opts ...Option) *Path + func (p *Path) Handle(method string, opt op.Option, handler http.Handler) + func (p *Path) HandleFunc(method string, opt op.Option, handler func(http.ResponseWriter, *http.Request)) + func (p *Path) Operation(method string, opt op.Option) + func (p *Path) PathItem() func(*store.Store) *v3.PathItem + func (p *Path) Route(method string, opt op.Option, ...)