Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileConfig ¶
type FileStore ¶
type FileStore interface { ReadFile(path string, startLine ...int) ([]string, error) ListFiles(dir string) ([]FileConfig, error) Close() error }
func NewFileStore ¶
Click to show internal directories.
Click to hide internal directories.