Documentation ¶
Index ¶
Constants ¶
View Source
const CName = "coordinator.acl"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Acl ¶
type Acl interface { AddRecord(ctx context.Context, spaceId string, rec *consensusproto.RawRecord) (result *consensusproto.RawRecordWithId, err error) RecordsAfter(ctx context.Context, spaceId, aclHead string) (result []*consensusproto.RawRecordWithId, err error) app.ComponentRunnable }
Click to show internal directories.
Click to hide internal directories.