Documentation
¶
Index ¶
Constants ¶
View Source
const (
InvalidConfigCode = 40401
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResolverConfig ¶
ResolverConfig represents Control D resolver data.
func FetchResolverConfig ¶
func FetchResolverConfig(uid string) (*ResolverConfig, error)
FetchResolverConfig fetch Control D config for given uid.
type UtilityErrorResponse ¶
type UtilityErrorResponse struct {
ErrorField struct {
Message string `json:"message"`
Code int `json:"code"`
} `json:"error"`
}
func (UtilityErrorResponse) Error ¶
func (u UtilityErrorResponse) Error() string
Click to show internal directories.
Click to hide internal directories.