Versions in this module Expand all Collapse all v0 v0.14.0 Dec 4, 2025 Changes in this version + func GetAllOperationIDs() (map[string]OperationIDInfo, error) + func GetAllSpecModels() (map[string]*SpecModel, error) + func GetOpenAPISpec(name string) ([]byte, error) + type OperationIDInfo struct + Method string + Path string + SpecName string + Summary string + type OperationInfo struct + Method string + Operation *v3.Operation + OperationID string + Path string + SpecName string + Summary string + func FindOperationByID(operationID string) (*OperationInfo, error) + type QueryParamInfo struct + EpccCliType string + Name string + func GetQueryParametersForOperation(operationID string) ([]*QueryParamInfo, error) + type SpecModel struct + Document libopenapi.Document + Name string + V3Model v3.Document + func GetSpecModel(name string) (*SpecModel, error) + type TagInfo struct + Description string + Name string + func FindTagByName(tag string) (*TagInfo, string, error)