Documentation ¶
Index ¶
- Variables
- func CreateEntry(path string) func([]byte) FileEntry
- func LookupString(path string) func(FileList) O.Option[string]
- func Singleton(path string) func([]byte) FileList
- func UpsertBytes(path string) func([]byte) func(FileList) FileList
- func UpsertString(path string) func(string) func(FileList) FileList
- type FileEntry
- type FileList
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func CreateEntry ¶
CreateEntry constructs a file entry with byte content
func LookupString ¶
LookupString accesses a file as string from a file list
func UpsertBytes ¶
UpsertBytes adds a file by path to a file list
Types ¶
Click to show internal directories.
Click to hide internal directories.