Documentation ¶
Index ¶
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 (*Client) Audit ¶
func (c *Client) Audit(ctx context.Context, username string, action commandargs.CommandType, repo string, packfileStats *pb.PackfileNegotiationStatistics) error
type Request ¶
type Request struct { Action commandargs.CommandType `json:"action"` Protocol string `json:"protocol"` Repo string `json:"gl_repository"` Username string `json:"username"` PackfileStats *pb.PackfileNegotiationStatistics `json:"packfile_stats,omitempty"` }
Click to show internal directories.
Click to hide internal directories.