Documentation
¶
Index ¶
- type Client
- func (_m *Client) CreateDeployment(_a0 context.Context, _a1 string, _a2 string, _a3 *github.DeploymentRequest) (*github.Deployment, *github.Response, error)
- func (_m *Client) CreateDeploymentStatus(_a0 context.Context, _a1 string, _a2 string, _a3 int64, ...) (*github.DeploymentStatus, *github.Response, 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) CreateDeployment ¶
func (_m *Client) CreateDeployment(_a0 context.Context, _a1 string, _a2 string, _a3 *github.DeploymentRequest) (*github.Deployment, *github.Response, error)
CreateDeployment provides a mock function with given fields: _a0, _a1, _a2, _a3
func (*Client) CreateDeploymentStatus ¶
func (_m *Client) CreateDeploymentStatus(_a0 context.Context, _a1 string, _a2 string, _a3 int64, _a4 *github.DeploymentStatusRequest) (*github.DeploymentStatus, *github.Response, error)
CreateDeploymentStatus provides a mock function with given fields: _a0, _a1, _a2, _a3, _a4
Click to show internal directories.
Click to hide internal directories.