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) GetLastCommittedOffset ¶
GetLastCommittedOffset returns the last committed offset for a given identifier, returns 0 if it does not exist.
func (*Auditor) GetLastCommittedTimestamp ¶
GetLastCommittedTimestamp returns the last committed 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
Click to show internal directories.
Click to hide internal directories.