Documentation
¶
Overview ¶
Package gitauditevent handles Git audit events for GitLab.
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
}
Client handles communication with the GitLab audit event API.
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"`
CheckIP string `json:"check_ip,omitempty"`
Changes string `json:"changes"`
}
Request represents the data for a Git audit event.
Click to show internal directories.
Click to hide internal directories.