Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrCheckingFileExistence = errors.New("error checking file existence") ErrGeneratingFile = errors.New("error generating file") )
Functions ¶
This section is empty.
Types ¶
type FileGenerator ¶
type FileReader ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService( kind string, fileSystem FileReader, fileGenerator FileGenerator, ) (*Service, error)
func (*Service) GenerateFile ¶
Click to show internal directories.
Click to hide internal directories.