Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileSource ¶
type FileSource struct {
// contains filtered or unexported fields
}
func NewFileSource ¶
func NewFileSource(fs *afero.Afero, path, dir string) FileSource
func (FileSource) Bytes ¶
func (s FileSource) Bytes() ([]byte, error)
func (FileSource) Description ¶
func (s FileSource) Description() string
func (FileSource) RelativePath ¶
func (s FileSource) RelativePath() (string, error)
Click to show internal directories.
Click to hide internal directories.