Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileService ¶
type FileService interface {
Err() error
AskContent(
filePath string,
environments []models.Environment,
environmentFileMap map[string][]byte,
currentContent []byte,
currentEnvironment string,
) FileService
AskToOverrideFilesInCache(fileName string, skipPrompts bool) bool
}
func NewFileService ¶
func NewFileService(ctx *core.Context) FileService
NewFileService function returns a new instance of FileService
Click to show internal directories.
Click to hide internal directories.