tableacl

package
v0.15.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 29, 2022 License: Apache-2.0 Imports: 7 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLength        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflow          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroup = fmt.Errorf("proto: unexpected end of group")
)
View Source
var File_tableacl_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Config

type Config struct {
	TableGroups []*TableGroupSpec `protobuf:"bytes,1,rep,name=table_groups,json=tableGroups,proto3" json:"table_groups,omitempty"`
	// contains filtered or unexported fields
}

func (*Config) Descriptor deprecated

func (*Config) Descriptor() ([]byte, []int)

Deprecated: Use Config.ProtoReflect.Descriptor instead.

func (*Config) GetTableGroups

func (x *Config) GetTableGroups() []*TableGroupSpec

func (*Config) MarshalToSizedBufferVT added in v0.11.0

func (m *Config) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Config) MarshalToVT added in v0.11.0

func (m *Config) MarshalToVT(dAtA []byte) (int, error)

func (*Config) MarshalVT added in v0.11.0

func (m *Config) MarshalVT() (dAtA []byte, err error)

func (*Config) ProtoMessage

func (*Config) ProtoMessage()

func (*Config) ProtoReflect added in v0.11.0

func (x *Config) ProtoReflect() protoreflect.Message

func (*Config) Reset

func (x *Config) Reset()

func (*Config) SizeVT added in v0.11.0

func (m *Config) SizeVT() (n int)

func (*Config) String

func (x *Config) String() string

func (*Config) UnmarshalVT added in v0.11.0

func (m *Config) UnmarshalVT(dAtA []byte) error

type TableGroupSpec

type TableGroupSpec struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// either tables or a table name prefixes (if it ends in a %)
	TableNamesOrPrefixes []string `protobuf:"bytes,2,rep,name=table_names_or_prefixes,json=tableNamesOrPrefixes,proto3" json:"table_names_or_prefixes,omitempty"`
	Readers              []string `protobuf:"bytes,3,rep,name=readers,proto3" json:"readers,omitempty"`
	Writers              []string `protobuf:"bytes,4,rep,name=writers,proto3" json:"writers,omitempty"`
	Admins               []string `protobuf:"bytes,5,rep,name=admins,proto3" json:"admins,omitempty"`
	// contains filtered or unexported fields
}

TableGroupSpec defines ACLs for a group of tables.

func (*TableGroupSpec) Descriptor deprecated

func (*TableGroupSpec) Descriptor() ([]byte, []int)

Deprecated: Use TableGroupSpec.ProtoReflect.Descriptor instead.

func (*TableGroupSpec) GetAdmins

func (x *TableGroupSpec) GetAdmins() []string

func (*TableGroupSpec) GetName

func (x *TableGroupSpec) GetName() string

func (*TableGroupSpec) GetReaders

func (x *TableGroupSpec) GetReaders() []string

func (*TableGroupSpec) GetTableNamesOrPrefixes

func (x *TableGroupSpec) GetTableNamesOrPrefixes() []string

func (*TableGroupSpec) GetWriters

func (x *TableGroupSpec) GetWriters() []string

func (*TableGroupSpec) MarshalToSizedBufferVT added in v0.11.0

func (m *TableGroupSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*TableGroupSpec) MarshalToVT added in v0.11.0

func (m *TableGroupSpec) MarshalToVT(dAtA []byte) (int, error)

func (*TableGroupSpec) MarshalVT added in v0.11.0

func (m *TableGroupSpec) MarshalVT() (dAtA []byte, err error)

func (*TableGroupSpec) ProtoMessage

func (*TableGroupSpec) ProtoMessage()

func (*TableGroupSpec) ProtoReflect added in v0.11.0

func (x *TableGroupSpec) ProtoReflect() protoreflect.Message

func (*TableGroupSpec) Reset

func (x *TableGroupSpec) Reset()

func (*TableGroupSpec) SizeVT added in v0.11.0

func (m *TableGroupSpec) SizeVT() (n int)

func (*TableGroupSpec) String

func (x *TableGroupSpec) String() string

func (*TableGroupSpec) UnmarshalVT added in v0.11.0

func (m *TableGroupSpec) UnmarshalVT(dAtA []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL