Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContentReader ¶
ContentReader is a function that reads file content given a file path. This allows the caller to control how files are read (filesystem, git, etc.)
func FilesystemContentReader ¶
func FilesystemContentReader() ContentReader
FilesystemContentReader returns a ContentReader that reads from the filesystem.
Click to show internal directories.
Click to hide internal directories.