rank_system_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: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_biconom_type_rank_system_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type RankSystem

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

func (*RankSystem) Descriptor deprecated

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

Deprecated: Use RankSystem.ProtoReflect.Descriptor instead.

func (*RankSystem) GetHeader

func (x *RankSystem) GetHeader() *RankSystem_Header

func (*RankSystem) GetRanks

func (x *RankSystem) GetRanks() []*RankSystem_Rank

func (*RankSystem) ProtoMessage

func (*RankSystem) ProtoMessage()

func (*RankSystem) ProtoReflect

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

func (*RankSystem) Reset

func (x *RankSystem) Reset()

func (*RankSystem) String

func (x *RankSystem) String() string

type RankSystem_Header

type RankSystem_Header struct {
	RankSystemId   uint32 `protobuf:"varint,1,opt,name=rank_system_id,json=rankSystemId,proto3" json:"rank_system_id,omitempty"`
	RankSystemName string `protobuf:"bytes,2,opt,name=rank_system_name,json=rankSystemName,proto3" json:"rank_system_name,omitempty"`
	Published      bool   `protobuf:"varint,3,opt,name=published,proto3" json:"published,omitempty"`
	// contains filtered or unexported fields
}

func (*RankSystem_Header) Descriptor deprecated

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

Deprecated: Use RankSystem_Header.ProtoReflect.Descriptor instead.

func (*RankSystem_Header) GetPublished

func (x *RankSystem_Header) GetPublished() bool

func (*RankSystem_Header) GetRankSystemId

func (x *RankSystem_Header) GetRankSystemId() uint32

func (*RankSystem_Header) GetRankSystemName

func (x *RankSystem_Header) GetRankSystemName() string

func (*RankSystem_Header) ProtoMessage

func (*RankSystem_Header) ProtoMessage()

func (*RankSystem_Header) ProtoReflect

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

func (*RankSystem_Header) Reset

func (x *RankSystem_Header) Reset()

func (*RankSystem_Header) String

func (x *RankSystem_Header) String() string

type RankSystem_ID

type RankSystem_ID struct {

	// Types that are assignable to UniqueField:
	//	*RankSystem_ID_RankSystemId
	//	*RankSystem_ID_RankSystemName
	UniqueField isRankSystem_ID_UniqueField `protobuf_oneof:"unique_field"`
	// contains filtered or unexported fields
}

func (*RankSystem_ID) Descriptor deprecated

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

Deprecated: Use RankSystem_ID.ProtoReflect.Descriptor instead.

func (*RankSystem_ID) GetRankSystemId

func (x *RankSystem_ID) GetRankSystemId() uint32

func (*RankSystem_ID) GetRankSystemName

func (x *RankSystem_ID) GetRankSystemName() string

func (*RankSystem_ID) GetUniqueField

func (m *RankSystem_ID) GetUniqueField() isRankSystem_ID_UniqueField

func (*RankSystem_ID) ProtoMessage

func (*RankSystem_ID) ProtoMessage()

func (*RankSystem_ID) ProtoReflect

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

func (*RankSystem_ID) Reset

func (x *RankSystem_ID) Reset()

func (*RankSystem_ID) String

func (x *RankSystem_ID) String() string

type RankSystem_ID_RankSystemId

type RankSystem_ID_RankSystemId struct {
	RankSystemId uint32 `protobuf:"varint,1,opt,name=rank_system_id,json=rankSystemId,proto3,oneof"`
}

type RankSystem_ID_RankSystemName

type RankSystem_ID_RankSystemName struct {
	RankSystemName string `protobuf:"bytes,2,opt,name=rank_system_name,json=rankSystemName,proto3,oneof"`
}

type RankSystem_Option

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

func (*RankSystem_Option) Descriptor deprecated

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

Deprecated: Use RankSystem_Option.ProtoReflect.Descriptor instead.

func (*RankSystem_Option) GetHeader

func (x *RankSystem_Option) GetHeader() *RankSystem_Header

func (*RankSystem_Option) GetRank

func (x *RankSystem_Option) GetRank() *RankSystem_Rank

func (*RankSystem_Option) ProtoMessage

func (*RankSystem_Option) ProtoMessage()

func (*RankSystem_Option) ProtoReflect

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

func (*RankSystem_Option) Reset

func (x *RankSystem_Option) Reset()

func (*RankSystem_Option) String

func (x *RankSystem_Option) String() string

type RankSystem_Rank

type RankSystem_Rank struct {
	Header            *RankSystem_Rank_Header       `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	ConditionTemplate *condition.Condition_Template `protobuf:"bytes,2,opt,name=condition_template,json=conditionTemplate,proto3" json:"condition_template,omitempty"`
	// contains filtered or unexported fields
}

func (*RankSystem_Rank) Descriptor deprecated

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

Deprecated: Use RankSystem_Rank.ProtoReflect.Descriptor instead.

func (*RankSystem_Rank) GetConditionTemplate

func (x *RankSystem_Rank) GetConditionTemplate() *condition.Condition_Template

func (*RankSystem_Rank) GetHeader

func (x *RankSystem_Rank) GetHeader() *RankSystem_Rank_Header

func (*RankSystem_Rank) ProtoMessage

func (*RankSystem_Rank) ProtoMessage()

func (*RankSystem_Rank) ProtoReflect

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

func (*RankSystem_Rank) Reset

func (x *RankSystem_Rank) Reset()

func (*RankSystem_Rank) String

func (x *RankSystem_Rank) String() string

type RankSystem_Rank_Header

type RankSystem_Rank_Header struct {
	RankId   uint32 `protobuf:"varint,1,opt,name=rank_id,json=rankId,proto3" json:"rank_id,omitempty"`
	RankName string `protobuf:"bytes,2,opt,name=rank_name,json=rankName,proto3" json:"rank_name,omitempty"`
	Stars    uint32 `protobuf:"varint,3,opt,name=stars,proto3" json:"stars,omitempty"`
	// contains filtered or unexported fields
}

func (*RankSystem_Rank_Header) Descriptor deprecated

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

Deprecated: Use RankSystem_Rank_Header.ProtoReflect.Descriptor instead.

func (*RankSystem_Rank_Header) GetRankId

func (x *RankSystem_Rank_Header) GetRankId() uint32

func (*RankSystem_Rank_Header) GetRankName

func (x *RankSystem_Rank_Header) GetRankName() string

func (*RankSystem_Rank_Header) GetStars

func (x *RankSystem_Rank_Header) GetStars() uint32

func (*RankSystem_Rank_Header) ProtoMessage

func (*RankSystem_Rank_Header) ProtoMessage()

func (*RankSystem_Rank_Header) ProtoReflect

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

func (*RankSystem_Rank_Header) Reset

func (x *RankSystem_Rank_Header) Reset()

func (*RankSystem_Rank_Header) String

func (x *RankSystem_Rank_Header) String() string

type RankSystem_Rank_ID

type RankSystem_Rank_ID struct {

	// Types that are assignable to UniqueField:
	//	*RankSystem_Rank_ID_RankId
	//	*RankSystem_Rank_ID_RankOption
	UniqueField isRankSystem_Rank_ID_UniqueField `protobuf_oneof:"unique_field"`
	// contains filtered or unexported fields
}

func (*RankSystem_Rank_ID) Descriptor deprecated

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

Deprecated: Use RankSystem_Rank_ID.ProtoReflect.Descriptor instead.

func (*RankSystem_Rank_ID) GetRankId

func (x *RankSystem_Rank_ID) GetRankId() uint32

func (*RankSystem_Rank_ID) GetRankOption

func (x *RankSystem_Rank_ID) GetRankOption() *RankSystem_Rank_ID_Option

func (*RankSystem_Rank_ID) GetUniqueField

func (m *RankSystem_Rank_ID) GetUniqueField() isRankSystem_Rank_ID_UniqueField

func (*RankSystem_Rank_ID) ProtoMessage

func (*RankSystem_Rank_ID) ProtoMessage()

func (*RankSystem_Rank_ID) ProtoReflect

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

func (*RankSystem_Rank_ID) Reset

func (x *RankSystem_Rank_ID) Reset()

func (*RankSystem_Rank_ID) String

func (x *RankSystem_Rank_ID) String() string

type RankSystem_Rank_ID_Inner

type RankSystem_Rank_ID_Inner struct {

	// Types that are assignable to UniqueField:
	//	*RankSystem_Rank_ID_Inner_RankName
	//	*RankSystem_Rank_ID_Inner_RankStars
	UniqueField isRankSystem_Rank_ID_Inner_UniqueField `protobuf_oneof:"unique_field"`
	// contains filtered or unexported fields
}

func (*RankSystem_Rank_ID_Inner) Descriptor deprecated

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

Deprecated: Use RankSystem_Rank_ID_Inner.ProtoReflect.Descriptor instead.

func (*RankSystem_Rank_ID_Inner) GetRankName

func (x *RankSystem_Rank_ID_Inner) GetRankName() string

func (*RankSystem_Rank_ID_Inner) GetRankStars

func (x *RankSystem_Rank_ID_Inner) GetRankStars() uint32

func (*RankSystem_Rank_ID_Inner) GetUniqueField

func (m *RankSystem_Rank_ID_Inner) GetUniqueField() isRankSystem_Rank_ID_Inner_UniqueField

func (*RankSystem_Rank_ID_Inner) ProtoMessage

func (*RankSystem_Rank_ID_Inner) ProtoMessage()

func (*RankSystem_Rank_ID_Inner) ProtoReflect

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

func (*RankSystem_Rank_ID_Inner) Reset

func (x *RankSystem_Rank_ID_Inner) Reset()

func (*RankSystem_Rank_ID_Inner) String

func (x *RankSystem_Rank_ID_Inner) String() string

type RankSystem_Rank_ID_Inner_RankName

type RankSystem_Rank_ID_Inner_RankName struct {
	RankName string `protobuf:"bytes,1,opt,name=rank_name,json=rankName,proto3,oneof"`
}

type RankSystem_Rank_ID_Inner_RankStars

type RankSystem_Rank_ID_Inner_RankStars struct {
	RankStars uint32 `protobuf:"varint,2,opt,name=rank_stars,json=rankStars,proto3,oneof"`
}

type RankSystem_Rank_ID_Option

type RankSystem_Rank_ID_Option struct {
	RankSystem *RankSystem_ID            `protobuf:"bytes,1,opt,name=rank_system,json=rankSystem,proto3" json:"rank_system,omitempty"`
	Rank       *RankSystem_Rank_ID_Inner `protobuf:"bytes,2,opt,name=rank,proto3" json:"rank,omitempty"`
	// contains filtered or unexported fields
}

func (*RankSystem_Rank_ID_Option) Descriptor deprecated

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

Deprecated: Use RankSystem_Rank_ID_Option.ProtoReflect.Descriptor instead.

func (*RankSystem_Rank_ID_Option) GetRank

func (*RankSystem_Rank_ID_Option) GetRankSystem

func (x *RankSystem_Rank_ID_Option) GetRankSystem() *RankSystem_ID

func (*RankSystem_Rank_ID_Option) ProtoMessage

func (*RankSystem_Rank_ID_Option) ProtoMessage()

func (*RankSystem_Rank_ID_Option) ProtoReflect

func (*RankSystem_Rank_ID_Option) Reset

func (x *RankSystem_Rank_ID_Option) Reset()

func (*RankSystem_Rank_ID_Option) String

func (x *RankSystem_Rank_ID_Option) String() string

type RankSystem_Rank_ID_RankId

type RankSystem_Rank_ID_RankId struct {
	RankId uint32 `protobuf:"varint,1,opt,name=rank_id,json=rankId,proto3,oneof"`
}

type RankSystem_Rank_ID_RankOption

type RankSystem_Rank_ID_RankOption struct {
	RankOption *RankSystem_Rank_ID_Option `protobuf:"bytes,2,opt,name=rank_option,json=rankOption,proto3,oneof"`
}

Jump to

Keyboard shortcuts

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