Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateMetadataFile ¶
ValidateMetadataFile checks that metadata files are valid according to the validation rules of the metadata directory (metadataType)
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
Click to show internal directories.
Click to hide internal directories.