Versions in this module Expand all Collapse all v0 v0.1.0 Nov 2, 2024 Changes in this version + func ConfigDir() (string, error) + func DefaultConfigFile() (string, error) + func WriteAPIWithName(file string, api API, overwrite bool) error + type API struct + Headers []string + Name string + OpenAPIPath string + PathPrefix string + ServerURL string + func ListAPIs(file string) ([]API, error) + type Config struct + APIs map[string]API + func ReadConfigFromFile(file string) (*Config, error)