Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Caller ¶
type Caller interface { Post(url string, body []byte, stream bool) ([]byte, error) Get(url string) ([]byte, error) }
func RealCallerFactory ¶
type CallerFactory ¶
type RestCaller ¶
type RestCaller struct {
// contains filtered or unexported fields
}
func New ¶
func New(cfg config.Config) *RestCaller
func (*RestCaller) ProcessResponse ¶
Click to show internal directories.
Click to hide internal directories.