Documentation ¶
Index ¶
Constants ¶
View Source
const (
// Splitter is used to separate collection and document in a string.
Splitter = "$"
)
Variables ¶
View Source
var ErrInvalidCombinedKey = errors.New("invalid combined key")
ErrInvalidCombinedKey is returned when the given combined key is invalid.
Functions ¶
This section is empty.
Types ¶
type Key ¶
Key represents the key of the Document.
func FromCombinedKey ¶ added in v0.2.3
FromCombinedKey creates an instance of Key from the given combined key.
func (Key) CombinedKey ¶ added in v0.2.3
CombinedKey returns the string of this key.
Click to show internal directories.
Click to hide internal directories.