Versions in this module Expand all Collapse all v1 v1.0.1 Jan 22, 2024 v1.0.0 Jan 22, 2024 Changes in this version + type Operation struct + OperationId string + Tags []string + type Path struct + Delete *Operation + Get *Operation + Head *Operation + Options *Operation + Patch *Operation + Post *Operation + Put *Operation + func (p Path) Operations() map[string]Operation + type Spec struct + Paths map[string]Path + func LoadSpec(filename string) (*Spec, error)