Documentation ¶
Index ¶
Constants ¶
View Source
const AllowedCharsCollectionName = "[A-Za-z0-9_-]+"
Variables ¶
This section is empty.
Functions ¶
func ValidateMetadataFile ¶
Types ¶
type InvalidIndexContentError ¶
type InvalidIndexContentError struct {
// contains filtered or unexported fields
}
func (*InvalidIndexContentError) Error ¶
func (e *InvalidIndexContentError) Error() string
type MetadataProvider ¶
type PersistenceMetadataProvider ¶
type PersistenceMetadataProvider struct{}
func (*PersistenceMetadataProvider) GetDBArtifacts ¶
func (t *PersistenceMetadataProvider) GetDBArtifacts(codePackage []byte) ([]byte, error)
type TargzMetadataProvider ¶
type TargzMetadataProvider struct {
Code []byte
}
func (*TargzMetadataProvider) GetMetadataAsTarEntries ¶
func (tgzProv *TargzMetadataProvider) GetMetadataAsTarEntries() ([]byte, error)
type UnhandledDirectoryError ¶
type UnhandledDirectoryError struct {
// contains filtered or unexported fields
}
func (*UnhandledDirectoryError) Error ¶
func (e *UnhandledDirectoryError) Error() string
Click to show internal directories.
Click to hide internal directories.