Documentation ¶
Overview ¶
Package mock provides mock implementations of the ipam api client
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GQLClient ¶
type GQLClient struct { DoQuery func(ctx context.Context, q interface{}, variables map[string]interface{}, options ...graphql.Option) error DoMutate func(ctx context.Context, m interface{}, variables map[string]interface{}, options ...graphql.Option) error }
GQLClient is the mock http client
Click to show internal directories.
Click to hide internal directories.