Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Entry ¶
type Entry struct { // Graph answers the graph for this entry. Graph StringFunc }
type StringFunc ¶
StringFunc answers a string or an error.
func NewReadFileFunc ¶
func NewReadFileFunc(path string, fsys fs.FS) StringFunc
NewReadFileFunc answers a StringFunc based on reading a file from a filesystem.
Click to show internal directories.
Click to hide internal directories.