Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigService ¶
type ConfigService struct { Logger logger.Logger Dir string GitUrl string GitBranch string GitUsername string GitToken string }
func (*ConfigService) GitCloneAndCheckout ¶ added in v1.0.1
func (configService *ConfigService) GitCloneAndCheckout()
func (*ConfigService) GitPull ¶ added in v1.0.1
func (configService *ConfigService) GitPull() (bool, error)
func (*ConfigService) Init ¶ added in v1.0.1
func (configService *ConfigService) Init()
Click to show internal directories.
Click to hide internal directories.