Documentation
¶
Index ¶
- func Checkpoint(log Log) error
- func Close(log Log) error
- func Record(log Log, event Event) error
- func SetCheckpointInterval(log Log, n int64)
- func Tail(log Log) (int64, []byte)
- func Vacuum(log Log, before time.Time) error
- func Verify(log Log) error
- func VerifyIncremental(log Log) error
- type Done
- type Entry
- type Escalated
- type Event
- type FileSigner
- type Filter
- type Log
- type Outcome
- type Signer
- type Skipped
- type Vacuumed
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Checkpoint ¶
func SetCheckpointInterval ¶
func VerifyIncremental ¶
Types ¶
type FileSigner ¶
type FileSigner struct {
// contains filtered or unexported fields
}
func NewFileSigner ¶
func NewFileSigner(path string) (FileSigner, error)
func (FileSigner) KeyID ¶
func (s FileSigner) KeyID() string
Click to show internal directories.
Click to hide internal directories.