Documentation ¶ Index ¶ type Index func BuildIndex(o openapi.OpenAPI) Index type Item Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Index ¶ type Index struct { Items []Item `json:"items"` } func BuildIndex ¶ func BuildIndex(o openapi.OpenAPI) Index type Item ¶ type Item struct { ID string `json:"id"` Type string `json:"type"` Title string `json:"title"` Summary string `json:"summary,omitempty"` Patterns []string `json:"patterns"` } Source Files ¶ View all Source files index.go Click to show internal directories. Click to hide internal directories.