MCPcopy
hub / github.com/openfga/openfga / CreateStoreCommand

Struct CreateStoreCommand

pkg/server/commands/create_store.go:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13)
14
15type CreateStoreCommand struct {
16 storesBackend storage.StoresBackend
17 logger logger.Logger
18}
19
20type CreateStoreCmdOption func(*CreateStoreCommand)
21

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected