Versions in this module Expand all Collapse all v2 v2.0.1 Feb 2, 2026 Changes in this version + const Docs + const DocsInfo + const DocsOpenAPI + const DocsVersion + const Health + const HealthDetailed + const Healthz + const Livez + const Metrics + const PprofCmdline + const PprofIndex + const PprofProfile + const PprofSymbol + const PprofTrace + const Readyz + const Version + var AllEndpoints = struct{ ... } + var DocsEndpoints = struct{ ... } + var HealthEndpoints = struct{ ... } + var PprofEndpoints = struct{ ... } + var SystemEndpoints = struct{ ... } + type Info struct + Description string + Title string + Version string + type Operation struct + Deprecated bool + Description string + Method string + Path string + RequestBody *RequestBody + Responses map[int]Response + Summary string + Tags []string + type Registry struct + func NewRegistry(info Info) *Registry + func (r *Registry) OpenAPI() ([]byte, error) + func (r *Registry) Register(op Operation) + func (r *Registry) SetServers(servers []Server) + type RegistryProvider struct + func NewRegistryProvider(registry *Registry, info ports.DocsInfo, openAPIPath string) *RegistryProvider + func (p *RegistryProvider) GetHTML() (string, error) + func (p *RegistryProvider) GetInfo() ports.DocsInfo + func (p *RegistryProvider) GetOpenAPI() ([]byte, error) + func (p *RegistryProvider) GetVersion() (string, error) + type RequestBody struct + ContentTypes []string + Description string + Required bool + type Response struct + ContentTypes []string + Description string + type Server struct + Description string + URL string Other modules containing this package github.com/aatuh/api-toolkit