Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface { GitService() git.Service HTTPClient() HttpClient SetHTTPClient(HttpClient) SetGitService(git.Service) Close(b glow.Branch) error Publish(b glow.Branch) error DetectCICDOrigin() (string, error) GetCIBranch() (glow.Branch, error) }
Service describes all actions which can performed with the git hosting git service (gitlab etc.)
func NewGithubService ¶
func NewGitlabService ¶
func NewLoggingService ¶
Click to show internal directories.
Click to hide internal directories.