Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CachedGitConfig ¶
type CachedGitConfig struct {
// contains filtered or unexported fields
}
func NewCachedGitConfig ¶
func NewStdCachedGitConfig ¶
func NewStdCachedGitConfig(log *logrus.Entry) *CachedGitConfig
func (*CachedGitConfig) Get ¶
func (self *CachedGitConfig) Get(key string) string
func (*CachedGitConfig) GetBool ¶
func (self *CachedGitConfig) GetBool(key string) bool
type FakeGitConfig ¶
type FakeGitConfig struct {
// contains filtered or unexported fields
}
func NewFakeGitConfig ¶
func NewFakeGitConfig(mockResponses map[string]string) *FakeGitConfig
func (*FakeGitConfig) Get ¶
func (self *FakeGitConfig) Get(key string) string
func (*FakeGitConfig) GetBool ¶
func (self *FakeGitConfig) GetBool(key string) bool
Click to show internal directories.
Click to hide internal directories.