Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Auditor ¶
type Auditor struct {
// contains filtered or unexported fields
}
An Auditor handles messages successfully submitted to the intake
func (*Auditor) GetLastCommitedOffset ¶
GetLastCommitedOffset returns the last commited offset for a given identifier
func (*Auditor) GetLastCommitedTimestamp ¶
GetLastCommitedTimestamp returns the last commited offset for a given identifier
type JsonRegistry ¶
type JsonRegistry struct { Version int Registry map[string]RegistryEntry }
JsonRegistry represents the registry that will be written on disk
type JsonRegistryV0 ¶
type JsonRegistryV0 struct { Version int Registry map[string]RegistryEntryV0 }
type RegistryEntry ¶
A RegistryEntry represends an entry in the registry where we keep track of current offsets
Click to show internal directories.
Click to hide internal directories.