Documentation ¶ Index ¶ func Client(clientConfig *ClientConfig) *resty.Client func Default() *resty.Client func External(cfg *config.Config) *resty.Client func FeelgoodResponseToStruct(response *resty.Response, obj interface{}) error func Internal(cfg *config.Config) *resty.Client type ClientConfig Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Client ¶ func Client(clientConfig *ClientConfig) *resty.Client func Default ¶ added in v0.2.12 func Default() *resty.Client func External ¶ added in v0.4.9 func External(cfg *config.Config) *resty.Client func FeelgoodResponseToStruct ¶ added in v0.1.0 func FeelgoodResponseToStruct(response *resty.Response, obj interface{}) error func Internal ¶ added in v0.4.2 func Internal(cfg *config.Config) *resty.Client Types ¶ type ClientConfig ¶ type ClientConfig struct { Host string Port string Headers map[string]string } Source Files ¶ View all Source files client.go config.go response.go Click to show internal directories. Click to hide internal directories.