Documentation ¶
Index ¶
- type FakeHookdClient
- func (f *FakeHookdClient) ChangeDeployKey(ctx context.Context, team string) (*hookd.DeployKey, error)
- func (f *FakeHookdClient) DeployKey(ctx context.Context, team string) (*hookd.DeployKey, error)
- func (f *FakeHookdClient) Deployments(ctx context.Context, opts ...hookd.RequestOption) ([]hookd.Deploy, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeHookdClient ¶
type FakeHookdClient struct {
// contains filtered or unexported fields
}
func New ¶
func New() *FakeHookdClient
func (*FakeHookdClient) ChangeDeployKey ¶
func (*FakeHookdClient) Deployments ¶
func (f *FakeHookdClient) Deployments(ctx context.Context, opts ...hookd.RequestOption) ([]hookd.Deploy, error)
Click to show internal directories.
Click to hide internal directories.