Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Endpoints struct {
BaseAPI string `toml:"base_api"`
BaseFeeds string `toml:"base_feeds"`
} `toml:"endpoints"`
// fields that are created based on existing fields
BaseApiURL *url.URL `toml:"-"`
BaseFeedsURL *url.URL `toml:"-"`
}
func (Config) ApplyToClient ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.