MCPcopy Create free account
hub / github.com/Permify/permify / RunBundle

Method RunBundle

internal/storage/storage.go:87–87  ·  view source on GitHub ↗

RunBundle executes a specified data bundle for a given tenant. Returns an encoded snapshot token representing the state of the database after running the bundle and any error encountered.

(ctx context.Context, tenantID string, arguments map[string]string, bundle *base.DataBundle)

Source from the content-addressed store, hash-verified

85 // RunBundle executes a specified data bundle for a given tenant.
86 // Returns an encoded snapshot token representing the state of the database after running the bundle and any error encountered.
87 RunBundle(ctx context.Context, tenantID string, arguments map[string]string, bundle *base.DataBundle) (token token.EncodedSnapToken, err error)
88}
89
90type NoopDataWriter struct{}

Callers 3

RunBundleMethod · 0.65

Implementers 6

dataClientpkg/pb/base/v1/service_grpc.pb.go
UnimplementedDataServerpkg/pb/base/v1/service_grpc.pb.go
NoopDataWriterinternal/storage/storage.go
DataWriterinternal/storage/postgres/data_writer.
DataWriterinternal/storage/memory/data_writer.go
DataServerinternal/servers/data_server.go

Calls

no outgoing calls

Tested by

no test coverage detected