Documentation
¶
Index ¶
- func CreateMemFs() *afero.Afero
- func CreateOsFs() *afero.Afero
- type Container
- type GitAdapter
- type GoGitAdapter
- type Logger
- func (logger *Logger) Debug(a ...interface{}) (n int, err error)
- func (logger *Logger) Debugf(format string, a ...interface{}) (n int, err error)
- func (logger *Logger) PrettyPrintDiff(patch string)
- func (logger *Logger) PrintStatusErrors(errors []string, firstLineOnly bool)
- func (logger *Logger) Printf(format string, a ...interface{}) (n int, err error)
- func (logger *Logger) Printfln(format string, a ...interface{}) (n int, err error)
- func (logger *Logger) Println(a ...interface{}) (n int, err error)
- func (logger *Logger) Write(p []byte) (n int, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateMemFs ¶
CreateMemFs - creates an in-memory Afero instance for testing
Types ¶
type Container ¶
type Container struct {
// contains filtered or unexported fields
}
func NewContainer ¶
func (*Container) FileSystem ¶
func (*Container) GitAdapter ¶
func (container *Container) GitAdapter() GitAdapter
type GitAdapter ¶
type GoGitAdapter ¶
type GoGitAdapter struct{}
func NewGoGitAdapter ¶
func NewGoGitAdapter() *GoGitAdapter
type Logger ¶
type Logger struct {
// contains filtered or unexported fields
}
func NewTestLogger ¶
func (*Logger) PrettyPrintDiff ¶
PrettyPrintDiff - prints a diff using syntax highlighting if bat is available
func (*Logger) PrintStatusErrors ¶
Click to show internal directories.
Click to hide internal directories.