Documentation ¶
Index ¶
Constants ¶
View Source
const ( EntryTypeUnspecified = EntryType(Ydb_Scheme.Entry_TYPE_UNSPECIFIED) EntryTypeDirectory = EntryType(Ydb_Scheme.Entry_DIRECTORY) EntryTypeTable = EntryType(Ydb_Scheme.Entry_TABLE) EntryTypePersQueueGroup = EntryType(Ydb_Scheme.Entry_PERS_QUEUE_GROUP) EntryTypeDatabase = EntryType(Ydb_Scheme.Entry_DATABASE) EntryTypeRtmrVolume = EntryType(Ydb_Scheme.Entry_RTMR_VOLUME) EntryTypeBlockStoreVolume = EntryType(Ydb_Scheme.Entry_BLOCK_STORE_VOLUME) EntryTypeCoordinationNode = EntryType(Ydb_Scheme.Entry_COORDINATION_NODE) EntryTypeSequence = EntryType(Ydb_Scheme.Entry_SEQUENCE) EntryTypeReplication = EntryType(Ydb_Scheme.Entry_REPLICATION) EntryTypeTopic = EntryType(Ydb_Scheme.Entry_TOPIC) )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct { Name string Owner string Type EntryType EffectivePermissions []Permissions Permissions []Permissions SizeBytes uint64 }
type Permissions ¶
func (*Permissions) FromProto ¶
func (p *Permissions) FromProto(proto *Ydb_Scheme.Permissions) error
Click to show internal directories.
Click to hide internal directories.