account_pb

package
v0.0.0-...-07b0db4 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2022 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_biconom_type_account_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Account

type Account struct {
	// contains filtered or unexported fields
}

func (*Account) Descriptor deprecated

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

Deprecated: Use Account.ProtoReflect.Descriptor instead.

func (*Account) ProtoMessage

func (*Account) ProtoMessage()

func (*Account) ProtoReflect

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

func (*Account) Reset

func (x *Account) Reset()

func (*Account) String

func (x *Account) String() string

type Account_Contact

type Account_Contact struct {
	Contact     *contact.Contact `protobuf:"bytes,1,opt,name=contact,proto3" json:"contact,omitempty"`
	Confirmed   bool             `protobuf:"varint,2,opt,name=confirmed,proto3" json:"confirmed,omitempty"`
	CreatedAt   uint32           `protobuf:"varint,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	ConfirmedAt uint32           `protobuf:"varint,4,opt,name=confirmed_at,json=confirmedAt,proto3" json:"confirmed_at,omitempty"`
	// contains filtered or unexported fields
}

func (*Account_Contact) Descriptor deprecated

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

Deprecated: Use Account_Contact.ProtoReflect.Descriptor instead.

func (*Account_Contact) GetConfirmed

func (x *Account_Contact) GetConfirmed() bool

func (*Account_Contact) GetConfirmedAt

func (x *Account_Contact) GetConfirmedAt() uint32

func (*Account_Contact) GetContact

func (x *Account_Contact) GetContact() *contact.Contact

func (*Account_Contact) GetCreatedAt

func (x *Account_Contact) GetCreatedAt() uint32

func (*Account_Contact) ProtoMessage

func (*Account_Contact) ProtoMessage()

func (*Account_Contact) ProtoReflect

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

func (*Account_Contact) Reset

func (x *Account_Contact) Reset()

func (*Account_Contact) String

func (x *Account_Contact) String() string

type Account_Header

type Account_Header struct {
	AccountId    uint32           `protobuf:"varint,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	AccountLogin string           `protobuf:"bytes,2,opt,name=account_login,json=accountLogin,proto3" json:"account_login,omitempty"`
	Profile      *profile.Profile `protobuf:"bytes,3,opt,name=profile,proto3" json:"profile,omitempty"`
	// contains filtered or unexported fields
}

func (*Account_Header) Descriptor deprecated

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

Deprecated: Use Account_Header.ProtoReflect.Descriptor instead.

func (*Account_Header) GetAccountId

func (x *Account_Header) GetAccountId() uint32

func (*Account_Header) GetAccountLogin

func (x *Account_Header) GetAccountLogin() string

func (*Account_Header) GetProfile

func (x *Account_Header) GetProfile() *profile.Profile

func (*Account_Header) ProtoMessage

func (*Account_Header) ProtoMessage()

func (*Account_Header) ProtoReflect

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

func (*Account_Header) Reset

func (x *Account_Header) Reset()

func (*Account_Header) String

func (x *Account_Header) String() string

type Account_ID

type Account_ID struct {

	// Types that are assignable to UniqueField:
	//	*Account_ID_AccountId
	//	*Account_ID_AccountLogin
	UniqueField isAccount_ID_UniqueField `protobuf_oneof:"unique_field"`
	// contains filtered or unexported fields
}

func (*Account_ID) Descriptor deprecated

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

Deprecated: Use Account_ID.ProtoReflect.Descriptor instead.

func (*Account_ID) GetAccountId

func (x *Account_ID) GetAccountId() uint32

func (*Account_ID) GetAccountLogin

func (x *Account_ID) GetAccountLogin() string

func (*Account_ID) GetUniqueField

func (m *Account_ID) GetUniqueField() isAccount_ID_UniqueField

func (*Account_ID) ProtoMessage

func (*Account_ID) ProtoMessage()

func (*Account_ID) ProtoReflect

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

func (*Account_ID) Reset

func (x *Account_ID) Reset()

func (*Account_ID) String

func (x *Account_ID) String() string

type Account_ID_AccountId

type Account_ID_AccountId struct {
	AccountId uint32 `protobuf:"varint,1,opt,name=account_id,json=accountId,proto3,oneof"`
}

type Account_ID_AccountLogin

type Account_ID_AccountLogin struct {
	AccountLogin string `protobuf:"bytes,2,opt,name=account_login,json=accountLogin,proto3,oneof"`
}

type Account_RankSystem

type Account_RankSystem struct {
	Header *rank_system.RankSystem_Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	Ranks  []*Account_RankSystem_Rank     `protobuf:"bytes,2,rep,name=ranks,proto3" json:"ranks,omitempty"`
	// contains filtered or unexported fields
}

func (*Account_RankSystem) Descriptor deprecated

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

Deprecated: Use Account_RankSystem.ProtoReflect.Descriptor instead.

func (*Account_RankSystem) GetHeader

func (*Account_RankSystem) GetRanks

func (*Account_RankSystem) ProtoMessage

func (*Account_RankSystem) ProtoMessage()

func (*Account_RankSystem) ProtoReflect

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

func (*Account_RankSystem) Reset

func (x *Account_RankSystem) Reset()

func (*Account_RankSystem) String

func (x *Account_RankSystem) String() string

type Account_RankSystem_ID

type Account_RankSystem_ID struct {
	Account    *Account_ID                `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	RankSystem *rank_system.RankSystem_ID `protobuf:"bytes,2,opt,name=rank_system,json=rankSystem,proto3" json:"rank_system,omitempty"`
	// contains filtered or unexported fields
}

func (*Account_RankSystem_ID) Descriptor deprecated

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

Deprecated: Use Account_RankSystem_ID.ProtoReflect.Descriptor instead.

func (*Account_RankSystem_ID) GetAccount

func (x *Account_RankSystem_ID) GetAccount() *Account_ID

func (*Account_RankSystem_ID) GetRankSystem

func (x *Account_RankSystem_ID) GetRankSystem() *rank_system.RankSystem_ID

func (*Account_RankSystem_ID) ProtoMessage

func (*Account_RankSystem_ID) ProtoMessage()

func (*Account_RankSystem_ID) ProtoReflect

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

func (*Account_RankSystem_ID) Reset

func (x *Account_RankSystem_ID) Reset()

func (*Account_RankSystem_ID) String

func (x *Account_RankSystem_ID) String() string

type Account_RankSystem_Option

type Account_RankSystem_Option struct {
	Header *rank_system.RankSystem_Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	Rank   *Account_RankSystem_Rank       `protobuf:"bytes,2,opt,name=rank,proto3" json:"rank,omitempty"`
	// contains filtered or unexported fields
}

func (*Account_RankSystem_Option) Descriptor deprecated

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

Deprecated: Use Account_RankSystem_Option.ProtoReflect.Descriptor instead.

func (*Account_RankSystem_Option) GetHeader

func (*Account_RankSystem_Option) GetRank

func (*Account_RankSystem_Option) ProtoMessage

func (*Account_RankSystem_Option) ProtoMessage()

func (*Account_RankSystem_Option) ProtoReflect

func (*Account_RankSystem_Option) Reset

func (x *Account_RankSystem_Option) Reset()

func (*Account_RankSystem_Option) String

func (x *Account_RankSystem_Option) String() string

type Account_RankSystem_Rank

type Account_RankSystem_Rank struct {
	Header     *rank_system.RankSystem_Rank_Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	Condition  *condition.Condition                `protobuf:"bytes,2,opt,name=condition,proto3" json:"condition,omitempty"`
	Achieved   bool                                `protobuf:"varint,3,opt,name=achieved,proto3" json:"achieved,omitempty"`
	AchievedAt uint32                              `protobuf:"varint,4,opt,name=achieved_at,json=achievedAt,proto3" json:"achieved_at,omitempty"`
	Activated  bool                                `protobuf:"varint,5,opt,name=activated,proto3" json:"activated,omitempty"`
	// contains filtered or unexported fields
}

func (*Account_RankSystem_Rank) Descriptor deprecated

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

Deprecated: Use Account_RankSystem_Rank.ProtoReflect.Descriptor instead.

func (*Account_RankSystem_Rank) GetAchieved

func (x *Account_RankSystem_Rank) GetAchieved() bool

func (*Account_RankSystem_Rank) GetAchievedAt

func (x *Account_RankSystem_Rank) GetAchievedAt() uint32

func (*Account_RankSystem_Rank) GetActivated

func (x *Account_RankSystem_Rank) GetActivated() bool

func (*Account_RankSystem_Rank) GetCondition

func (x *Account_RankSystem_Rank) GetCondition() *condition.Condition

func (*Account_RankSystem_Rank) GetHeader

func (*Account_RankSystem_Rank) ProtoMessage

func (*Account_RankSystem_Rank) ProtoMessage()

func (*Account_RankSystem_Rank) ProtoReflect

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

func (*Account_RankSystem_Rank) Reset

func (x *Account_RankSystem_Rank) Reset()

func (*Account_RankSystem_Rank) String

func (x *Account_RankSystem_Rank) String() string

type Account_RankSystem_Rank_ID

type Account_RankSystem_Rank_ID struct {
	Account *Account_ID                     `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	Rank    *rank_system.RankSystem_Rank_ID `protobuf:"bytes,2,opt,name=rank,proto3" json:"rank,omitempty"`
	// contains filtered or unexported fields
}

func (*Account_RankSystem_Rank_ID) Descriptor deprecated

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

Deprecated: Use Account_RankSystem_Rank_ID.ProtoReflect.Descriptor instead.

func (*Account_RankSystem_Rank_ID) GetAccount

func (x *Account_RankSystem_Rank_ID) GetAccount() *Account_ID

func (*Account_RankSystem_Rank_ID) GetRank

func (*Account_RankSystem_Rank_ID) ProtoMessage

func (*Account_RankSystem_Rank_ID) ProtoMessage()

func (*Account_RankSystem_Rank_ID) ProtoReflect

func (*Account_RankSystem_Rank_ID) Reset

func (x *Account_RankSystem_Rank_ID) Reset()

func (*Account_RankSystem_Rank_ID) String

func (x *Account_RankSystem_Rank_ID) String() string

Jump to

Keyboard shortcuts

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