Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ISBN ¶
type ISBN string
ISBN represents an International Standard Book Number. When stringified, it prepends the "urn:isbn:" prefix.
type Identifier ¶
type Identifier interface {
fmt.Stringer
// Label returns the human-readable name of the identifier type (e.g., "UUID", "ISBN").
Label() string
// contains filtered or unexported methods
}
Identifier defines the interface for a unique publication ID. It implements fmt.Stringer to provide the formatted URN required for the EPUB package document.
Click to show internal directories.
Click to hide internal directories.