Documentation
¶
Overview ¶
Code generated; DO NOT EDIT.
Index ¶
Constants ¶
View Source
const Version_2AT6MB8 = true
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyResolver ¶
type KeyResolver interface {
Resolve(string)
Reset()
}
type ProjectReporter ¶
type ProjectReporter interface {
RegisterFunc(func(ts time.Time, tx ProjectTx) bool)
Tx(func(tx ProjectTx))
TxAt(time.Time, func(tx ProjectTx))
WithSource(name string) SourceReporter
WithDeferredSource() (SourceReporter, KeyResolver)
ProjectTx
}
func NewNoopProjectReporter ¶
func NewNoopProjectReporter() ProjectReporter
type Reporter ¶
type Reporter interface {
WithProject(id string) ProjectReporter
WithDeferredProject() (ProjectReporter, KeyResolver)
}
func NewNoopReporter ¶
func NewNoopReporter() Reporter
type SourceReporter ¶
type SourceReporter interface {
RegisterFunc(func(ts time.Time, tx SourceTx) bool)
Tx(func(tx SourceTx))
TxAt(time.Time, func(tx SourceTx))
SourceTx
}
func NewNoopSourceReporter ¶
func NewNoopSourceReporter() SourceReporter
Click to show internal directories.
Click to hide internal directories.