Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InvalidFileError ¶
type InvalidFileError struct {
// contains filtered or unexported fields
}
InvalidFileError is returned for invalid metadata files
func (*InvalidFileError) Error ¶
func (e *InvalidFileError) Error() string
type UnhandledDirectoryError ¶
type UnhandledDirectoryError struct {
// contains filtered or unexported fields
}
UnhandledDirectoryError is returned for metadata files in unhandled directories
func (*UnhandledDirectoryError) Error ¶
func (e *UnhandledDirectoryError) Error() string
Source Files
¶
- validators.go
Click to show internal directories.
Click to hide internal directories.