...
Package authpb
Overview ▹
Index ▹
Variables
var (
ErrInvalidLengthAuth = fmt.Errorf("proto: negative length found during unmarshaling")
ErrIntOverflowAuth = fmt.Errorf("proto: integer overflow")
)
var Permission_Type_name = map[int32]string{
0: "READ",
1: "WRITE",
2: "READWRITE",
}
var Permission_Type_value = map[string]int32{
"READ": 0,
"WRITE": 1,
"READWRITE": 2,
}
type Permission ¶
Permission is a single entity
type Permission struct {
PermType Permission_Type `protobuf:"varint,1,opt,name=permType,proto3,enum=authpb.Permission_Type" json:"permType,omitempty"`
Key []byte `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
RangeEnd []byte `protobuf:"bytes,3,opt,name=range_end,json=rangeEnd,proto3" json:"range_end,omitempty"`
}
func (*Permission) Descriptor ¶
func (*Permission) Descriptor() ([]byte, []int)
func (*Permission) Marshal ¶
func (m *Permission) Marshal() (dAtA []byte, err error)
func (*Permission) MarshalTo ¶
func (m *Permission) MarshalTo(dAtA []byte) (int, error)
func (*Permission) ProtoMessage ¶
func (*Permission) ProtoMessage()
func (*Permission) Reset ¶
func (m *Permission) Reset()
func (*Permission) Size ¶
func (m *Permission) Size() (n int)
func (*Permission) String ¶
func (m *Permission) String() string
func (*Permission) Unmarshal ¶
func (m *Permission) Unmarshal(dAtA []byte) error
type Permission_Type ¶
type Permission_Type int32
const (
READ Permission_Type = 0
WRITE Permission_Type = 1
READWRITE Permission_Type = 2
)
func (Permission_Type) EnumDescriptor ¶
func (Permission_Type) EnumDescriptor() ([]byte, []int)
func (Permission_Type) String ¶
func (x Permission_Type) String() string
type Role ¶
Role is a single entry in the bucket authRoles
type Role struct {
Name []byte `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
KeyPermission []*Permission `protobuf:"bytes,2,rep,name=keyPermission" json:"keyPermission,omitempty"`
}
func (*Role) Descriptor ¶
func (*Role) Descriptor() ([]byte, []int)
func (*Role) Marshal ¶
func (m *Role) Marshal() (dAtA []byte, err error)
func (*Role) MarshalTo ¶
func (m *Role) MarshalTo(dAtA []byte) (int, error)
func (*Role) ProtoMessage ¶
func (*Role) ProtoMessage()
func (*Role) Reset ¶
func (m *Role) Reset()
func (*Role) Size ¶
func (m *Role) Size() (n int)
func (*Role) String ¶
func (m *Role) String() string
func (*Role) Unmarshal ¶
func (m *Role) Unmarshal(dAtA []byte) error
type User ¶
User is a single entry in the bucket authUsers
type User struct {
Name []byte `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Password []byte `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
Roles []string `protobuf:"bytes,3,rep,name=roles" json:"roles,omitempty"`
}
func (*User) Descriptor ¶
func (*User) Descriptor() ([]byte, []int)
func (*User) Marshal ¶
func (m *User) Marshal() (dAtA []byte, err error)
func (*User) MarshalTo ¶
func (m *User) MarshalTo(dAtA []byte) (int, error)
func (*User) ProtoMessage ¶
func (*User) ProtoMessage()
func (*User) Reset ¶
func (m *User) Reset()
func (*User) Size ¶
func (m *User) Size() (n int)
func (*User) String ¶
func (m *User) String() string
func (*User) Unmarshal ¶
func (m *User) Unmarshal(dAtA []byte) error
ActiveGo 1.8