Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NameInfo ¶
type NameInfo struct { // journalidentifikator (UUID) or avleveringsidentifikator (?). Identifier string // Type of NHA SIP. Type TransferType // Date, only included when using avleveringsidentifikator. Date time.Time // File extension, optional. Extension string // Original value as matched. Value string }
NameInfo captures attributes from NHA SIP obtained from its name.
type TransferType ¶
type TransferType int
const ( TransferTypeUnknown TransferType = iota TransferTypeDPJ TransferTypeEPJ TransferTypeOther TransferTypeAVLXML )
func (TransferType) Lower ¶
func (t TransferType) Lower() string
func (TransferType) String ¶
func (t TransferType) String() string
Click to show internal directories.
Click to hide internal directories.