Versions in this module Expand all Collapse all v0 v0.3.0 Dec 17, 2025 v0.2.0 Dec 2, 2025 Changes in this version + type FieldDescription struct + Description string + JSONTag string + Name string + type MethodDescription struct + LongDescription string + Parameters []ParameterDescription + ShortDescription string + type ParameterDescription struct + Description string + Name string + type SDKDescriptions struct + Services map[string]ServiceDescriptions + Types map[string]TypeDescription + func ExtractDescriptions(sdkPath string) (*SDKDescriptions, error) + func LoadFromFile(filePath string) (*SDKDescriptions, error) + func (d *SDKDescriptions) SaveToFile(filePath string) error + type ServiceDescriptions struct + Methods map[string]MethodDescription + ServiceDescription string + ServiceName string + Types map[string]TypeDescription + type TypeDescription struct + Description string + Fields map[string]FieldDescription + TypeName string