Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
Config *env.Config
Log logging.SimpleLogging
WebhookHandler http.Handler
PlanClient argocd.PlanClient
ApplyClient argocd.ApplyClient
ArgoClient argocd.ApplicationsClient
githubapp.ClientCreator
}
func NewServer ¶
func NewServer(config *env.Config, logger logging.SimpleLogging, argoClient *argocd.ApplicationsClient) *Server
Click to show internal directories.
Click to hide internal directories.