Documentation
¶
Index ¶
- Variables
- type OAuth2Client
- func (*OAuth2Client) Descriptor() ([]byte, []int)deprecated
- func (x *OAuth2Client) GetAllowedScope() string
- func (x *OAuth2Client) GetId() int64
- func (x *OAuth2Client) GetIsConfidential() bool
- func (x *OAuth2Client) GetName() string
- func (x *OAuth2Client) GetOwnerId() int64
- func (*OAuth2Client) ProtoMessage()
- func (x *OAuth2Client) ProtoReflect() protoreflect.Message
- func (x *OAuth2Client) Reset()
- func (x *OAuth2Client) String() string
- type User
- func (*User) Descriptor() ([]byte, []int)deprecated
- func (x *User) GetDisplayName() string
- func (x *User) GetId() int64
- func (x *User) GetRole() string
- func (x *User) GetUsername() string
- func (*User) ProtoMessage()
- func (x *User) ProtoReflect() protoreflect.Message
- func (x *User) Reset()
- func (x *User) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_dto_resource_oauth2_client_proto protoreflect.FileDescriptor
View Source
var File_dto_resource_user_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type OAuth2Client ¶ added in v0.2.0
type OAuth2Client struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` OwnerId int64 `protobuf:"varint,2,opt,name=owner_id,json=ownerId,proto3" json:"owner_id,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` IsConfidential bool `protobuf:"varint,4,opt,name=is_confidential,json=isConfidential,proto3" json:"is_confidential,omitempty"` AllowedScope string `protobuf:"bytes,5,opt,name=allowed_scope,json=allowedScope,proto3" json:"allowed_scope,omitempty"` // contains filtered or unexported fields }
func (*OAuth2Client) Descriptor
deprecated
added in
v0.2.0
func (*OAuth2Client) Descriptor() ([]byte, []int)
Deprecated: Use OAuth2Client.ProtoReflect.Descriptor instead.
func (*OAuth2Client) GetAllowedScope ¶ added in v0.2.0
func (x *OAuth2Client) GetAllowedScope() string
func (*OAuth2Client) GetId ¶ added in v0.2.0
func (x *OAuth2Client) GetId() int64
func (*OAuth2Client) GetIsConfidential ¶ added in v0.2.0
func (x *OAuth2Client) GetIsConfidential() bool
func (*OAuth2Client) GetName ¶ added in v0.2.0
func (x *OAuth2Client) GetName() string
func (*OAuth2Client) GetOwnerId ¶ added in v0.2.0
func (x *OAuth2Client) GetOwnerId() int64
func (*OAuth2Client) ProtoMessage ¶ added in v0.2.0
func (*OAuth2Client) ProtoMessage()
func (*OAuth2Client) ProtoReflect ¶ added in v0.2.0
func (x *OAuth2Client) ProtoReflect() protoreflect.Message
func (*OAuth2Client) Reset ¶ added in v0.2.0
func (x *OAuth2Client) Reset()
func (*OAuth2Client) String ¶ added in v0.2.0
func (x *OAuth2Client) String() string
type User ¶
type User struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"` DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` Role string `protobuf:"bytes,4,opt,name=role,proto3" json:"role,omitempty"` // contains filtered or unexported fields }
func (*User) Descriptor
deprecated
func (*User) GetDisplayName ¶
func (*User) GetUsername ¶
func (*User) ProtoMessage ¶
func (*User) ProtoMessage()
func (*User) ProtoReflect ¶
func (x *User) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.