Documentation ¶
Overview ¶
Code generated by mockery v1.0.0
Index ¶
- type Client
- func (_m *Client) Account(ctx context.Context, id []byte) (*types.Account, error)
- func (_m *Client) Deployment(ctx context.Context, id []byte) (*types.Deployment, error)
- func (_m *Client) DeploymentGroup(ctx context.Context, id types.DeploymentGroupID) (*types.DeploymentGroup, error)
- func (_m *Client) DeploymentLeases(ctx context.Context, id []byte) (*types.Leases, error)
- func (_m *Client) Deployments(ctx context.Context) (*types.Deployments, error)
- func (_m *Client) Get(ctx context.Context, path string, obj proto.Message) error
- func (_m *Client) Lease(ctx context.Context, id types.LeaseID) (*types.Lease, error)
- func (_m *Client) Leases(ctx context.Context) (*types.Leases, error)
- func (_m *Client) Order(ctx context.Context, id types.OrderID) (*types.Order, error)
- func (_m *Client) Orders(ctx context.Context) (*types.Orders, error)
- func (_m *Client) Provider(ctx context.Context, id []byte) (*types.Provider, error)
- func (_m *Client) Providers(ctx context.Context) (*types.Providers, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client is an autogenerated mock type for the Client type
func (*Client) Deployment ¶
Deployment provides a mock function with given fields: ctx, id
func (*Client) DeploymentGroup ¶
func (_m *Client) DeploymentGroup(ctx context.Context, id types.DeploymentGroupID) (*types.DeploymentGroup, error)
DeploymentGroup provides a mock function with given fields: ctx, id
func (*Client) DeploymentLeases ¶
DeploymentLeases provides a mock function with given fields: ctx, id
func (*Client) Deployments ¶
Deployments provides a mock function with given fields: ctx
Click to show internal directories.
Click to hide internal directories.