package
Version:
v0.5.4
Opens a new window with list of versions in this module.
Published: Jul 9, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
models
type Backup
type Backup interface {
Format() string
Path() string
Timestamp() time.Time
json.Marshaler
}
type Metadata interface {
Type() string
// Timestamp should return the last time the metadata's parent was opened.
Timestamp() time.Time
}
Metadata is an interface that defines the minimum requirements for
[database.Keeper] metadata implementations.
Documentation
¶
Metadata is an interface that defines the minimum requirements for [database.Keeper] metadata implementations.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.