Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Frozen ¶
type Frozen struct {
// contains filtered or unexported fields
}
func (*Frozen) All ¶
func (f *Frozen) All() ([]*FrozenEntry, error)
type FrozenEntry ¶
type FrozenEntry struct {
PkgId string `storm:"id"`
}
type FsEntry ¶
type State ¶
type State struct {
Path string
Frozen *Frozen
Packages *Packages
Objects *Objects
Transactions *Transactions
// contains filtered or unexported fields
}
type TransactionEntry ¶
type TransactionEntry struct {
Key string `storm:"id"`
Id string `storm:"index"`
PkgId string
Operation string
Date *time.Time `storm:"index"`
}
func NewTransactionEntry ¶
type Transactions ¶
type Transactions struct {
// contains filtered or unexported fields
}
func (*Transactions) All ¶
func (t *Transactions) All() ([]*TransactionEntry, error)
func (*Transactions) Get ¶
func (t *Transactions) Get(id string) ([]*TransactionEntry, error)
Click to show internal directories.
Click to hide internal directories.