Versions in this module Expand all Collapse all v0 v0.1.0 Jul 3, 2026 Changes in this version + func Spec(config Config, routes []Route) map[string]any + type Config struct + SecuritySchemes []SecurityScheme + Title string + Version string + type Operation struct + Description string + OperationID string + Security []string + Status int + Summary string + Tags []string + type Route struct + Input reflect.Type + Method string + Operation Operation + Output reflect.Type + Path string + type SecurityScheme struct + In string + Name string + Scheme string + Type string