Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config interface {
Get(key string) (string, error)
GetForHost(host string, key string) (string, error)
Host() string
Hosts() []string
AuthToken(host string) (string, error)
}
func FromString ¶ added in v0.0.3
type NotFoundError ¶
type NotFoundError struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.