Documentation ¶
Index ¶
- type Client
- func (c *Client) CreateBranchProtection(ctx context.Context, obj mpasv1alpha1.Repository) error
- func (c *Client) CreatePullRequest(ctx context.Context, branch string, sync deliveryv1alpha1.Sync, ...) (int, error)
- func (c *Client) CreateRepository(ctx context.Context, obj mpasv1alpha1.Repository) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client github.
func (*Client) CreateBranchProtection ¶ added in v0.4.1
func (c *Client) CreateBranchProtection(ctx context.Context, obj mpasv1alpha1.Repository) error
func (*Client) CreatePullRequest ¶
func (c *Client) CreatePullRequest(ctx context.Context, branch string, sync deliveryv1alpha1.Sync, repository mpasv1alpha1.Repository) (int, error)
func (*Client) CreateRepository ¶
func (c *Client) CreateRepository(ctx context.Context, obj mpasv1alpha1.Repository) error
Click to show internal directories.
Click to hide internal directories.