Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReplaceSections ¶
func ReplaceSections(fl *File, tgt filesystem.FileLoader) error
Types ¶
type File ¶
type File struct {
Path []string `json:"path,omitempty"`
Name string `json:"name"`
Mode os.FileMode `json:"mode,omitempty"`
Content string `json:"-"`
// contains filtered or unexported fields
}
type Inheritiance ¶
type Inheritiance struct {
Prefix string `json:"prefix"`
Suffix string `json:"suffix"`
Content string `json:"content"`
}
func InheritanceContent ¶
func InheritanceContent(fl *File) (*Inheritiance, error)
Click to show internal directories.
Click to hide internal directories.