(ctx context.Context)
| 29 | |
| 30 | type Store interface { |
| 31 | Initialize(ctx context.Context) error |
| 32 | Close() error |
| 33 | LoadSnapshot(ctx context.Context) (model.Snapshot, error) |
| 34 | LoadLegacyChannelSubscriptions(ctx context.Context) ([]model.ChannelSubscription, error) |
no outgoing calls
no test coverage detected