Look up the numeric IDs for a list of events. Returns an error if there was a problem talking to the database.
(ctx context.Context, eventIDs []string)
| 86 | // Look up the numeric IDs for a list of events. |
| 87 | // Returns an error if there was a problem talking to the database. |
| 88 | EventNIDs(ctx context.Context, eventIDs []string) (map[string]types.EventNID, error) |
| 89 | // Set the state at an event. FIXME TODO: "at" |
| 90 | SetState(ctx context.Context, eventNID types.EventNID, stateNID types.StateSnapshotNID) error |
| 91 | // Lookup the event IDs for a batch of event numeric IDs. |
no outgoing calls
no test coverage detected