Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArgoCDCommitServer ¶
type ArgoCDCommitServer struct {
// contains filtered or unexported fields
}
ArgoCDCommitServer is the server that handles commit requests.
func NewServer ¶
func NewServer(gitCredsStore git.CredsStore, metricsServer *metrics.Server) *ArgoCDCommitServer
NewServer returns a new instance of the commit server.
func (*ArgoCDCommitServer) CreateGRPC ¶
func (a *ArgoCDCommitServer) CreateGRPC() *grpc.Server
CreateGRPC creates a new gRPC server.
Click to show internal directories.
Click to hide internal directories.