Returns set of changes for a given channel, within the bounds specified in options
(ctx context.Context, ch channels.ID, options ChangesOptions)
| 52 | |
| 53 | // Returns set of changes for a given channel, within the bounds specified in options |
| 54 | GetChanges(ctx context.Context, ch channels.ID, options ChangesOptions) ([]*LogEntry, error) |
| 55 | |
| 56 | // Returns the set of all cached data for a given channel (intended for diagnostic usage) |
| 57 | GetCachedChanges(ctx context.Context, ch channels.ID) ([]*LogEntry, error) |
no outgoing calls