git_config

package
v0.31.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 7, 2021 License: MIT Imports: 8 Imported by: 0

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 NewCachedGitConfig(getKey func(string) (string, error), log *logrus.Entry) *CachedGitConfig

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

type IGitConfig

type IGitConfig interface {
	Get(string) string
	GetBool(string) bool
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL