MCPcopy Create free account
hub / github.com/MMadmer/EpicAssetsNotifyBot / Initialize

Method Initialize

internal/discord/runtime.go:31–31  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

29
30type 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)

Callers 3

RunMethod · 0.65
InitializeMethod · 0.65
mainFunction · 0.65

Implementers 2

Storeinternal/store/sqlite/store.go
sqliteAdapterinternal/app/bootstrap.go

Calls

no outgoing calls

Tested by

no test coverage detected