Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BadExtensionError ¶
type BadExtensionError struct {
// contains filtered or unexported fields
}
BadExtensionError is returned for metadata files with extension other than .json
func (*BadExtensionError) Error ¶
func (e *BadExtensionError) Error() string
type InvalidIndexContentError ¶
type InvalidIndexContentError struct {
// contains filtered or unexported fields
}
InvalidIndexContentError is returned for metadata files with invalid content
func (*InvalidIndexContentError) Error ¶
func (e *InvalidIndexContentError) 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
Click to show internal directories.
Click to hide internal directories.