resource

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Oct 26, 2024 License: Apache-2.0 Imports: 4 Imported by: 4

Documentation

Index

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) Descriptor() ([]byte, []int)

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetDisplayName

func (x *User) GetDisplayName() string

func (*User) GetId

func (x *User) GetId() int64

func (*User) GetRole

func (x *User) GetRole() string

func (*User) GetUsername

func (x *User) GetUsername() string

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) ProtoReflect

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

func (*User) Reset

func (x *User) Reset()

func (*User) String

func (x *User) String() string

Jump to

Keyboard shortcuts

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