Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupRouter ¶
func SetupRouter( config *config.Config, agentHub *streaming.AgentHub, clientHub *streaming.ClientHub, store *store.Store, goScmHelper *genericScm.GoScmHelper, gitService customScm.CustomGitService, tokenManager customScm.NonImpersonatedTokenManager, repoCache *nativeGit.RepoCache, ) *chi.Mux
Types ¶
type Commit ¶
type Commit struct {
SHA string `json:"sha"`
URL string `json:"url""`
Author string `json:"author"`
AuthorName string `json:"authorName"`
AuthorPic string `json:"author_pic"`
Message string `json:"message"`
CreatedAt int64 `json:"created_at"`
Tags []string `json:"tags,omitempty"`
Status model.CombinedStatus `json:"status,omitempty"`
DeployTargets []*DeployTarget `json:"deployTargets,omitempty"`
}
Commit represents a Github commit
type DeployTarget ¶
Click to show internal directories.
Click to hide internal directories.