Documentation ¶
Index ¶
- type Config
- func (c *Config) APIUrl() string
- func (c *Config) Format() string
- func (c *Config) Namespace() string
- func (c *Config) SaveAPIUrl(val string) error
- func (c *Config) SaveFormat(val string) error
- func (c *Config) SaveNamespace(val string) error
- func (c *Config) SaveTokens(val *types.Tokens) error
- func (c *Config) Tokens() *types.Tokens
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
Config describes details associated with making requests
func (*Config) SaveAPIUrl ¶
SaveAPIUrl updates the current value
func (*Config) SaveFormat ¶
SaveFormat updates the current value
func (*Config) SaveNamespace ¶
SaveNamespace updates the current value
func (*Config) SaveTokens ¶
SaveTokens updates the current value
Click to show internal directories.
Click to hide internal directories.