Documentation ¶ Index ¶ type Client 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 { Url string Headers map[string]string } 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.