Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GraphQLClient ¶
type GraphQLClient interface {
DoWithContext(ctx context.Context, query string, variables map[string]interface{}, response interface{}) error
}
func NewDefaultGraphQLClient ¶
func NewDefaultGraphQLClient() (GraphQLClient, error)
type RESTClient ¶
type RESTClient interface {
DoWithContext(ctx context.Context, method string, path string, body io.Reader, response interface{}) error
}
func NewDefaultRESTClient ¶
func NewDefaultRESTClient() (RESTClient, error)
Click to show internal directories.
Click to hide internal directories.