Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultCurrentDB = "current.db" DefaultArchiveIndex = "archive.index" DefaultDatastore = "./datastore" DefaultDomain = "onglai-msg" DefaultSubject = "%s.archive.bucket.job.%s" )
Variables ¶
View Source
var (
ErrSeqNotFound = errors.New("Sequence not fount in the index.")
)
Functions ¶
Types ¶
type Params ¶
type Params struct { fx.In NATSConnector *nats_connector.NATSConnector Lifecycle fx.Lifecycle Logger *zap.Logger }
type Storer ¶
type Storer struct {
// contains filtered or unexported fields
}
func (*Storer) GetArchivedFileBySeq ¶
Click to show internal directories.
Click to hide internal directories.