pb

package
v0.0.0-...-9bbed00 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_components_users_pb_user_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type LinkedAccount

type LinkedAccount struct {

	// The capitilization isn't normal proto, but it avoids name mangling
	ProviderID       string `protobuf:"bytes,2,opt,name=providerID,proto3" json:"providerID,omitempty"`
	ProviderUserID   string `protobuf:"bytes,3,opt,name=providerUserID,proto3" json:"providerUserID,omitempty"`
	ProviderUserName string `protobuf:"bytes,4,opt,name=providerUserName,proto3" json:"providerUserName,omitempty"`
	// contains filtered or unexported fields
}

func (*LinkedAccount) Descriptor deprecated

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

Deprecated: Use LinkedAccount.ProtoReflect.Descriptor instead.

func (*LinkedAccount) GetProviderID

func (x *LinkedAccount) GetProviderID() string

func (*LinkedAccount) GetProviderUserID

func (x *LinkedAccount) GetProviderUserID() string

func (*LinkedAccount) GetProviderUserName

func (x *LinkedAccount) GetProviderUserName() string

func (*LinkedAccount) ProtoMessage

func (*LinkedAccount) ProtoMessage()

func (*LinkedAccount) ProtoReflect

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

func (*LinkedAccount) Reset

func (x *LinkedAccount) Reset()

func (*LinkedAccount) String

func (x *LinkedAccount) String() string

type User

type User struct {
	Typemeta *kube.TypeMeta   `protobuf:"bytes,1,opt,name=typemeta,proto3" json:"typemeta,omitempty"`
	Metadata *kube.ObjectMeta `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Spec     *UserSpec        `protobuf:"bytes,3,opt,name=spec,proto3" json:"spec,omitempty"`
	// contains filtered or unexported fields
}

func (*User) Descriptor deprecated

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

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetMetadata

func (x *User) GetMetadata() *kube.ObjectMeta

func (*User) GetSpec

func (x *User) GetSpec() *UserSpec

func (*User) GetTypemeta

func (x *User) GetTypemeta() *kube.TypeMeta

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

type UserSessionInfo

type UserSessionInfo struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UserSessionInfo) Descriptor deprecated

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

Deprecated: Use UserSessionInfo.ProtoReflect.Descriptor instead.

func (*UserSessionInfo) GetUserId

func (x *UserSessionInfo) GetUserId() string

func (*UserSessionInfo) ProtoMessage

func (*UserSessionInfo) ProtoMessage()

func (*UserSessionInfo) ProtoReflect

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

func (*UserSessionInfo) Reset

func (x *UserSessionInfo) Reset()

func (*UserSessionInfo) String

func (x *UserSessionInfo) String() string

type UserSpec

type UserSpec struct {
	Email          string           `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	LinkedAccounts []*LinkedAccount `protobuf:"bytes,2,rep,name=linked_accounts,json=linkedAccounts,proto3" json:"linked_accounts,omitempty"`
	// contains filtered or unexported fields
}

func (*UserSpec) Descriptor deprecated

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

Deprecated: Use UserSpec.ProtoReflect.Descriptor instead.

func (*UserSpec) GetEmail

func (x *UserSpec) GetEmail() string

func (*UserSpec) GetLinkedAccounts

func (x *UserSpec) GetLinkedAccounts() []*LinkedAccount

func (*UserSpec) ProtoMessage

func (*UserSpec) ProtoMessage()

func (*UserSpec) ProtoReflect

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

func (*UserSpec) Reset

func (x *UserSpec) Reset()

func (*UserSpec) String

func (x *UserSpec) String() string

Jump to

Keyboard shortcuts

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