Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CfClient ¶
type CfClient struct {
// contains filtered or unexported fields
}
func NewCfClient ¶
func (*CfClient) AppProxyClient ¶
func (*CfClient) GraphqlAPI ¶
type ClientOptions ¶
type GraphqlBaseResponse ¶
type GraphqlBaseResponse struct {
Errors []GraphqlError
}
func (GraphqlBaseResponse) HasErrors ¶
func (e GraphqlBaseResponse) HasErrors() bool
type GraphqlError ¶
type GraphqlErrorResponse ¶
type GraphqlErrorResponse struct { Errors []GraphqlError // contains filtered or unexported fields }
func (GraphqlErrorResponse) Error ¶
func (e GraphqlErrorResponse) Error() string
type GraphqlResponse ¶
type GraphqlResponse interface {
HasErrors() bool
}
type GraphqlVoidResponse ¶
type GraphqlVoidResponse struct{}
Click to show internal directories.
Click to hide internal directories.