Documentation ¶ Index ¶ type Client func NewClient(cfg *config.Config, url string, headers map[string]string) (*Client, error) func (c *Client) InfoRefs(ctx context.Context, service string) (*http.Response, error) func (c *Client) ReceivePack(ctx context.Context, body io.Reader) (*http.Response, 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 } func NewClient ¶ func NewClient(cfg *config.Config, url string, headers map[string]string) (*Client, error) func (*Client) InfoRefs ¶ func (c *Client) InfoRefs(ctx context.Context, service string) (*http.Response, error) func (*Client) ReceivePack ¶ func (c *Client) ReceivePack(ctx context.Context, body io.Reader) (*http.Response, error) Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.