Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store implements history.Store backed by a gen.HistoryAdminApiClient. As a quirk of how the api works, it's more efficient to call Read then Len, than Len then Read.
func New ¶
func New(client gen.HistoryAdminApiClient, name, source string) *Store
New creates a new history.Store backed by the given client and name. All records created or read by this store will have the given source.
Click to show internal directories.
Click to hide internal directories.