Documentation ¶
Index ¶
Constants ¶
View Source
const ( METADATA_PATH = "meta" METADATA_FILENAME = "meta.yaml" )
Variables ¶
This section is empty.
Functions ¶
func ASCIITableVisualizer ¶
Types ¶
type Metadata ¶
type Metadata interface { AddPath(ft FileType, path string) error RemovePath(ft FileType, path string) error GetPath(ft FileType, filename string) string ExistsPath(ft FileType, path string) bool ListPaths(ft FileType) []string }
func NewMetadata ¶
Click to show internal directories.
Click to hide internal directories.