service_admin_rank_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: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_biconom_admin_rank_v1_rank_account_proto protoreflect.FileDescriptor
View Source
var File_biconom_admin_rank_v1_rank_network_statistics_proto protoreflect.FileDescriptor
View Source
var File_biconom_admin_rank_v1_rank_proto protoreflect.FileDescriptor
View Source
var File_biconom_admin_rank_v1_rank_statistics_proto protoreflect.FileDescriptor
View Source
var File_biconom_admin_rank_v1_rank_system_account_proto protoreflect.FileDescriptor
View Source
var File_biconom_admin_rank_v1_rank_system_proto protoreflect.FileDescriptor
View Source
var RankAccount_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "biconom.admin.rank.v1.RankAccount",
	HandlerType: (*RankAccountServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Get",
			Handler:    _RankAccount_Get_Handler,
		},
		{
			MethodName: "GetByActivated",
			Handler:    _RankAccount_GetByActivated_Handler,
		},
		{
			MethodName: "GetByActivatedWithNext",
			Handler:    _RankAccount_GetByActivatedWithNext_Handler,
		},
	},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "List",
			Handler:       _RankAccount_List_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "ListByRankSystem",
			Handler:       _RankAccount_ListByRankSystem_Handler,
			ServerStreams: true,
		},
	},
	Metadata: "biconom/admin/rank/v1/rank_account.proto",
}

RankAccount_ServiceDesc is the grpc.ServiceDesc for RankAccount service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var RankNetworkStatistics_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "biconom.admin.rank.v1.RankNetworkStatistics",
	HandlerType: (*RankNetworkStatisticsServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "AccountCountGet",
			Handler:    _RankNetworkStatistics_AccountCountGet_Handler,
		},
		{
			MethodName: "AccountTopRankGet",
			Handler:    _RankNetworkStatistics_AccountTopRankGet_Handler,
		},
	},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "AccountCountList",
			Handler:       _RankNetworkStatistics_AccountCountList_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "AccountCountListByRankSystem",
			Handler:       _RankNetworkStatistics_AccountCountListByRankSystem_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "AccountTopRankList",
			Handler:       _RankNetworkStatistics_AccountTopRankList_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "AccountTopRankListByRankSystem",
			Handler:       _RankNetworkStatistics_AccountTopRankListByRankSystem_Handler,
			ServerStreams: true,
		},
	},
	Metadata: "biconom/admin/rank/v1/rank_network_statistics.proto",
}

RankNetworkStatistics_ServiceDesc is the grpc.ServiceDesc for RankNetworkStatistics service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var RankStatistics_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "biconom.admin.rank.v1.RankStatistics",
	HandlerType: (*RankStatisticsServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "AccountCountGet",
			Handler:    _RankStatistics_AccountCountGet_Handler,
		},
		{
			MethodName: "AccountTopRankGet",
			Handler:    _RankStatistics_AccountTopRankGet_Handler,
		},
	},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "AccountCountList",
			Handler:       _RankStatistics_AccountCountList_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "AccountCountListByRankSystem",
			Handler:       _RankStatistics_AccountCountListByRankSystem_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "AccountTopRankList",
			Handler:       _RankStatistics_AccountTopRankList_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "AccountTopRankListByRankSystem",
			Handler:       _RankStatistics_AccountTopRankListByRankSystem_Handler,
			ServerStreams: true,
		},
	},
	Metadata: "biconom/admin/rank/v1/rank_statistics.proto",
}

RankStatistics_ServiceDesc is the grpc.ServiceDesc for RankStatistics service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var RankSystemAccount_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "biconom.admin.rank.v1.RankSystemAccount",
	HandlerType: (*RankSystemAccountServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Get",
			Handler:    _RankSystemAccount_Get_Handler,
		},
		{
			MethodName: "GetWithRankActivated",
			Handler:    _RankSystemAccount_GetWithRankActivated_Handler,
		},
		{
			MethodName: "GetWithRankActivatedAndNext",
			Handler:    _RankSystemAccount_GetWithRankActivatedAndNext_Handler,
		},
	},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "List",
			Handler:       _RankSystemAccount_List_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "ListWithRankActivated",
			Handler:       _RankSystemAccount_ListWithRankActivated_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "ListWithRankActivatedAndNext",
			Handler:       _RankSystemAccount_ListWithRankActivatedAndNext_Handler,
			ServerStreams: true,
		},
	},
	Metadata: "biconom/admin/rank/v1/rank_system_account.proto",
}

RankSystemAccount_ServiceDesc is the grpc.ServiceDesc for RankSystemAccount service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var RankSystem_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "biconom.admin.rank.v1.RankSystem",
	HandlerType: (*RankSystemServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Get",
			Handler:    _RankSystem_Get_Handler,
		},
		{
			MethodName: "HeaderGet",
			Handler:    _RankSystem_HeaderGet_Handler,
		},
		{
			MethodName: "Create",
			Handler:    _RankSystem_Create_Handler,
		},
		{
			MethodName: "Publish",
			Handler:    _RankSystem_Publish_Handler,
		},
		{
			MethodName: "Unpublish",
			Handler:    _RankSystem_Unpublish_Handler,
		},
	},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "List",
			Handler:       _RankSystem_List_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "HeaderList",
			Handler:       _RankSystem_HeaderList_Handler,
			ServerStreams: true,
		},
	},
	Metadata: "biconom/admin/rank/v1/rank_system.proto",
}

RankSystem_ServiceDesc is the grpc.ServiceDesc for RankSystem service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var Rank_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "biconom.admin.rank.v1.Rank",
	HandlerType: (*RankServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Get",
			Handler:    _Rank_Get_Handler,
		},
		{
			MethodName: "ValueGet",
			Handler:    _Rank_ValueGet_Handler,
		},
		{
			MethodName: "ValueHeaderGet",
			Handler:    _Rank_ValueHeaderGet_Handler,
		},
		{
			MethodName: "Create",
			Handler:    _Rank_Create_Handler,
		},
		{
			MethodName: "ConditionGet",
			Handler:    _Rank_ConditionGet_Handler,
		},
		{
			MethodName: "ConditionAttach",
			Handler:    _Rank_ConditionAttach_Handler,
		},
	},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "List",
			Handler:       _Rank_List_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "ListByRankSystem",
			Handler:       _Rank_ListByRankSystem_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "ValueList",
			Handler:       _Rank_ValueList_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "ValueListByRankSystem",
			Handler:       _Rank_ValueListByRankSystem_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "ValueHeaderList",
			Handler:       _Rank_ValueHeaderList_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "ValueHeaderListByRankSystem",
			Handler:       _Rank_ValueHeaderListByRankSystem_Handler,
			ServerStreams: true,
		},
	},
	Metadata: "biconom/admin/rank/v1/rank.proto",
}

Rank_ServiceDesc is the grpc.ServiceDesc for Rank service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterRankAccountServer

func RegisterRankAccountServer(s grpc.ServiceRegistrar, srv RankAccountServer)

func RegisterRankNetworkStatisticsServer

func RegisterRankNetworkStatisticsServer(s grpc.ServiceRegistrar, srv RankNetworkStatisticsServer)

func RegisterRankServer

func RegisterRankServer(s grpc.ServiceRegistrar, srv RankServer)

func RegisterRankStatisticsServer

func RegisterRankStatisticsServer(s grpc.ServiceRegistrar, srv RankStatisticsServer)

func RegisterRankSystemAccountServer

func RegisterRankSystemAccountServer(s grpc.ServiceRegistrar, srv RankSystemAccountServer)

func RegisterRankSystemServer

func RegisterRankSystemServer(s grpc.ServiceRegistrar, srv RankSystemServer)

Types

type RankAccountClient

RankAccountClient is the client API for RankAccount service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type RankAccountGetByActivatedWithNextResponse

type RankAccountGetByActivatedWithNextResponse struct {
	RankActivated *account.Account_RankSystem_Rank `protobuf:"bytes,1,opt,name=rank_activated,json=rankActivated,proto3" json:"rank_activated,omitempty"`
	RankNext      *account.Account_RankSystem_Rank `protobuf:"bytes,2,opt,name=rank_next,json=rankNext,proto3" json:"rank_next,omitempty"`
	// contains filtered or unexported fields
}

func (*RankAccountGetByActivatedWithNextResponse) Descriptor deprecated

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

Deprecated: Use RankAccountGetByActivatedWithNextResponse.ProtoReflect.Descriptor instead.

func (*RankAccountGetByActivatedWithNextResponse) GetRankActivated

func (*RankAccountGetByActivatedWithNextResponse) GetRankNext

func (*RankAccountGetByActivatedWithNextResponse) ProtoMessage

func (*RankAccountGetByActivatedWithNextResponse) ProtoReflect

func (*RankAccountGetByActivatedWithNextResponse) Reset

func (*RankAccountGetByActivatedWithNextResponse) String

type RankAccountListByRankSystemRequest

type RankAccountListByRankSystemRequest struct {
	RankSystem              *account.Account_RankSystem_ID        `protobuf:"bytes,1,opt,name=rank_system,json=rankSystem,proto3" json:"rank_system,omitempty"`
	Step                    *rank_system.RankSystem_Rank_ID_Inner `protobuf:"bytes,2,opt,name=step,proto3" json:"step,omitempty"`
	Sort                    *sort.Sort                            `protobuf:"bytes,3,opt,name=sort,proto3" json:"sort,omitempty"`
	OnlyPublishedRankSystem bool                                  `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RankAccountListByRankSystemRequest) Descriptor deprecated

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

Deprecated: Use RankAccountListByRankSystemRequest.ProtoReflect.Descriptor instead.

func (*RankAccountListByRankSystemRequest) GetOnlyPublishedRankSystem

func (x *RankAccountListByRankSystemRequest) GetOnlyPublishedRankSystem() bool

func (*RankAccountListByRankSystemRequest) GetRankSystem

func (*RankAccountListByRankSystemRequest) GetSort

func (*RankAccountListByRankSystemRequest) GetStep

func (*RankAccountListByRankSystemRequest) ProtoMessage

func (*RankAccountListByRankSystemRequest) ProtoMessage()

func (*RankAccountListByRankSystemRequest) ProtoReflect

func (*RankAccountListByRankSystemRequest) Reset

func (*RankAccountListByRankSystemRequest) String

type RankAccountListRequest

type RankAccountListRequest struct {
	Account                 *account.Account_ID             `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	Step                    *rank_system.RankSystem_Rank_ID `protobuf:"bytes,2,opt,name=step,proto3" json:"step,omitempty"`
	Sort                    *sort.Sort                      `protobuf:"bytes,3,opt,name=sort,proto3" json:"sort,omitempty"`
	OnlyPublishedRankSystem bool                            `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RankAccountListRequest) Descriptor deprecated

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

Deprecated: Use RankAccountListRequest.ProtoReflect.Descriptor instead.

func (*RankAccountListRequest) GetAccount

func (x *RankAccountListRequest) GetAccount() *account.Account_ID

func (*RankAccountListRequest) GetOnlyPublishedRankSystem

func (x *RankAccountListRequest) GetOnlyPublishedRankSystem() bool

func (*RankAccountListRequest) GetSort

func (x *RankAccountListRequest) GetSort() *sort.Sort

func (*RankAccountListRequest) GetStep

func (*RankAccountListRequest) ProtoMessage

func (*RankAccountListRequest) ProtoMessage()

func (*RankAccountListRequest) ProtoReflect

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

func (*RankAccountListRequest) Reset

func (x *RankAccountListRequest) Reset()

func (*RankAccountListRequest) String

func (x *RankAccountListRequest) String() string

type RankAccountServer

RankAccountServer is the server API for RankAccount service. All implementations must embed UnimplementedRankAccountServer for forward compatibility

type RankAccount_ListByRankSystemClient

type RankAccount_ListByRankSystemClient interface {
	Recv() (*account.Account_RankSystem_Rank, error)
	grpc.ClientStream
}

type RankAccount_ListByRankSystemServer

type RankAccount_ListByRankSystemServer interface {
	Send(*account.Account_RankSystem_Rank) error
	grpc.ServerStream
}

type RankAccount_ListClient

type RankAccount_ListClient interface {
	Recv() (*account.Account_RankSystem_Option, error)
	grpc.ClientStream
}

type RankAccount_ListServer

type RankAccount_ListServer interface {
	Send(*account.Account_RankSystem_Option) error
	grpc.ServerStream
}

type RankClient

type RankClient interface {
	Get(ctx context.Context, in *rank_system.RankSystem_Rank_ID, opts ...grpc.CallOption) (*rank_system.RankSystem_Option, error)
	List(ctx context.Context, in *RankListRequest, opts ...grpc.CallOption) (Rank_ListClient, error)
	ListByRankSystem(ctx context.Context, in *RankListByRankSystemRequest, opts ...grpc.CallOption) (Rank_ListByRankSystemClient, error)
	ValueGet(ctx context.Context, in *rank_system.RankSystem_Rank_ID, opts ...grpc.CallOption) (*rank_system.RankSystem_Rank, error)
	ValueList(ctx context.Context, in *RankListRequest, opts ...grpc.CallOption) (Rank_ValueListClient, error)
	ValueListByRankSystem(ctx context.Context, in *RankListByRankSystemRequest, opts ...grpc.CallOption) (Rank_ValueListByRankSystemClient, error)
	ValueHeaderGet(ctx context.Context, in *rank_system.RankSystem_Rank_ID, opts ...grpc.CallOption) (*rank_system.RankSystem_Rank_Header, error)
	ValueHeaderList(ctx context.Context, in *RankListRequest, opts ...grpc.CallOption) (Rank_ValueHeaderListClient, error)
	ValueHeaderListByRankSystem(ctx context.Context, in *RankListByRankSystemRequest, opts ...grpc.CallOption) (Rank_ValueHeaderListByRankSystemClient, error)
	Create(ctx context.Context, in *RankCreateRequest, opts ...grpc.CallOption) (*rank_system.RankSystem_Option, error)
	ConditionGet(ctx context.Context, in *rank_system.RankSystem_Rank_ID, opts ...grpc.CallOption) (*condition.Condition, error)
	ConditionAttach(ctx context.Context, in *RankConditionAttachRequest, opts ...grpc.CallOption) (*rank_system.RankSystem_Rank, error)
}

RankClient is the client API for Rank service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewRankClient

func NewRankClient(cc grpc.ClientConnInterface) RankClient

type RankConditionAttachRequest

type RankConditionAttachRequest struct {
	Rank              *rank_system.RankSystem_Rank_ID  `protobuf:"bytes,1,opt,name=rank,proto3" json:"rank,omitempty"`
	ConditionTemplate *condition.Condition_Template_ID `protobuf:"bytes,2,opt,name=condition_template,json=conditionTemplate,proto3" json:"condition_template,omitempty"`
	// contains filtered or unexported fields
}

func (*RankConditionAttachRequest) Descriptor deprecated

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

Deprecated: Use RankConditionAttachRequest.ProtoReflect.Descriptor instead.

func (*RankConditionAttachRequest) GetConditionTemplate

func (x *RankConditionAttachRequest) GetConditionTemplate() *condition.Condition_Template_ID

func (*RankConditionAttachRequest) GetRank

func (*RankConditionAttachRequest) ProtoMessage

func (*RankConditionAttachRequest) ProtoMessage()

func (*RankConditionAttachRequest) ProtoReflect

func (*RankConditionAttachRequest) Reset

func (x *RankConditionAttachRequest) Reset()

func (*RankConditionAttachRequest) String

func (x *RankConditionAttachRequest) String() string

type RankCreateRequest

type RankCreateRequest struct {
	RankSystem        *rank_system.RankSystem_ID       `protobuf:"bytes,1,opt,name=rank_system,json=rankSystem,proto3" json:"rank_system,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"`
	ConditionTemplate *condition.Condition_Template_ID `protobuf:"bytes,4,opt,name=condition_template,json=conditionTemplate,proto3" json:"condition_template,omitempty"`
	// contains filtered or unexported fields
}

func (*RankCreateRequest) Descriptor deprecated

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

Deprecated: Use RankCreateRequest.ProtoReflect.Descriptor instead.

func (*RankCreateRequest) GetConditionTemplate

func (x *RankCreateRequest) GetConditionTemplate() *condition.Condition_Template_ID

func (*RankCreateRequest) GetRankName

func (x *RankCreateRequest) GetRankName() string

func (*RankCreateRequest) GetRankSystem

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

func (*RankCreateRequest) GetStars

func (x *RankCreateRequest) GetStars() uint32

func (*RankCreateRequest) ProtoMessage

func (*RankCreateRequest) ProtoMessage()

func (*RankCreateRequest) ProtoReflect

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

func (*RankCreateRequest) Reset

func (x *RankCreateRequest) Reset()

func (*RankCreateRequest) String

func (x *RankCreateRequest) String() string

type RankListByRankSystemRequest

type RankListByRankSystemRequest struct {
	RankSystem              *rank_system.RankSystem_ID            `protobuf:"bytes,1,opt,name=rank_system,json=rankSystem,proto3" json:"rank_system,omitempty"`
	Step                    *rank_system.RankSystem_Rank_ID_Inner `protobuf:"bytes,2,opt,name=step,proto3" json:"step,omitempty"`
	Sort                    *sort.Sort                            `protobuf:"bytes,3,opt,name=sort,proto3" json:"sort,omitempty"`
	OnlyPublishedRankSystem bool                                  `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RankListByRankSystemRequest) Descriptor deprecated

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

Deprecated: Use RankListByRankSystemRequest.ProtoReflect.Descriptor instead.

func (*RankListByRankSystemRequest) GetOnlyPublishedRankSystem

func (x *RankListByRankSystemRequest) GetOnlyPublishedRankSystem() bool

func (*RankListByRankSystemRequest) GetRankSystem

func (*RankListByRankSystemRequest) GetSort

func (x *RankListByRankSystemRequest) GetSort() *sort.Sort

func (*RankListByRankSystemRequest) GetStep

func (*RankListByRankSystemRequest) ProtoMessage

func (*RankListByRankSystemRequest) ProtoMessage()

func (*RankListByRankSystemRequest) ProtoReflect

func (*RankListByRankSystemRequest) Reset

func (x *RankListByRankSystemRequest) Reset()

func (*RankListByRankSystemRequest) String

func (x *RankListByRankSystemRequest) String() string

type RankListRequest

type RankListRequest struct {
	Step                    *rank_system.RankSystem_Rank_ID `protobuf:"bytes,1,opt,name=step,proto3" json:"step,omitempty"`
	Sort                    *sort.Sort                      `protobuf:"bytes,2,opt,name=sort,proto3" json:"sort,omitempty"`
	OnlyPublishedRankSystem bool                            `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RankListRequest) Descriptor deprecated

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

Deprecated: Use RankListRequest.ProtoReflect.Descriptor instead.

func (*RankListRequest) GetOnlyPublishedRankSystem

func (x *RankListRequest) GetOnlyPublishedRankSystem() bool

func (*RankListRequest) GetSort

func (x *RankListRequest) GetSort() *sort.Sort

func (*RankListRequest) GetStep

func (*RankListRequest) ProtoMessage

func (*RankListRequest) ProtoMessage()

func (*RankListRequest) ProtoReflect

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

func (*RankListRequest) Reset

func (x *RankListRequest) Reset()

func (*RankListRequest) String

func (x *RankListRequest) String() string

type RankNetworkStatisticsAccountCountListByRankSystemRequest

type RankNetworkStatisticsAccountCountListByRankSystemRequest struct {
	Referral   *account.Account_ID                   `protobuf:"bytes,1,opt,name=referral,proto3" json:"referral,omitempty"`
	RankSystem *rank_system.RankSystem_ID            `protobuf:"bytes,2,opt,name=rank_system,json=rankSystem,proto3" json:"rank_system,omitempty"`
	Step       *rank_system.RankSystem_Rank_ID_Inner `protobuf:"bytes,3,opt,name=step,proto3" json:"step,omitempty"`
	Sort       *sort.Sort                            `protobuf:"bytes,4,opt,name=sort,proto3" json:"sort,omitempty"`
	// contains filtered or unexported fields
}

func (*RankNetworkStatisticsAccountCountListByRankSystemRequest) Descriptor deprecated

Deprecated: Use RankNetworkStatisticsAccountCountListByRankSystemRequest.ProtoReflect.Descriptor instead.

func (*RankNetworkStatisticsAccountCountListByRankSystemRequest) GetRankSystem

func (*RankNetworkStatisticsAccountCountListByRankSystemRequest) GetReferral

func (*RankNetworkStatisticsAccountCountListByRankSystemRequest) GetSort

func (*RankNetworkStatisticsAccountCountListByRankSystemRequest) GetStep

func (*RankNetworkStatisticsAccountCountListByRankSystemRequest) ProtoMessage

func (*RankNetworkStatisticsAccountCountListByRankSystemRequest) ProtoReflect

func (*RankNetworkStatisticsAccountCountListByRankSystemRequest) Reset

func (*RankNetworkStatisticsAccountCountListByRankSystemRequest) String

type RankNetworkStatisticsAccountCountListRequest

type RankNetworkStatisticsAccountCountListRequest struct {
	Referral *account.Account_ID             `protobuf:"bytes,1,opt,name=referral,proto3" json:"referral,omitempty"`
	Step     *rank_system.RankSystem_Rank_ID `protobuf:"bytes,2,opt,name=step,proto3" json:"step,omitempty"`
	Sort     *sort.Sort                      `protobuf:"bytes,3,opt,name=sort,proto3" json:"sort,omitempty"`
	// contains filtered or unexported fields
}

func (*RankNetworkStatisticsAccountCountListRequest) Descriptor deprecated

Deprecated: Use RankNetworkStatisticsAccountCountListRequest.ProtoReflect.Descriptor instead.

func (*RankNetworkStatisticsAccountCountListRequest) GetReferral

func (*RankNetworkStatisticsAccountCountListRequest) GetSort

func (*RankNetworkStatisticsAccountCountListRequest) GetStep

func (*RankNetworkStatisticsAccountCountListRequest) ProtoMessage

func (*RankNetworkStatisticsAccountCountListRequest) ProtoReflect

func (*RankNetworkStatisticsAccountCountListRequest) Reset

func (*RankNetworkStatisticsAccountCountListRequest) String

type RankNetworkStatisticsAccountTopRankListByRankSystemRequest

type RankNetworkStatisticsAccountTopRankListByRankSystemRequest struct {
	Referral   *account.Account_ID             `protobuf:"bytes,1,opt,name=referral,proto3" json:"referral,omitempty"`
	RankSystem *rank_system.RankSystem_ID      `protobuf:"bytes,2,opt,name=rank_system,json=rankSystem,proto3" json:"rank_system,omitempty"`
	TopLimit   uint32                          `protobuf:"varint,3,opt,name=top_limit,json=topLimit,proto3" json:"top_limit,omitempty"`
	Step       *rank_system.RankSystem_Rank_ID `protobuf:"bytes,4,opt,name=step,proto3" json:"step,omitempty"`
	Sort       *sort.Sort                      `protobuf:"bytes,5,opt,name=sort,proto3" json:"sort,omitempty"`
	// contains filtered or unexported fields
}

func (*RankNetworkStatisticsAccountTopRankListByRankSystemRequest) Descriptor deprecated

Deprecated: Use RankNetworkStatisticsAccountTopRankListByRankSystemRequest.ProtoReflect.Descriptor instead.

func (*RankNetworkStatisticsAccountTopRankListByRankSystemRequest) GetRankSystem

func (*RankNetworkStatisticsAccountTopRankListByRankSystemRequest) GetReferral

func (*RankNetworkStatisticsAccountTopRankListByRankSystemRequest) GetSort

func (*RankNetworkStatisticsAccountTopRankListByRankSystemRequest) GetStep

func (*RankNetworkStatisticsAccountTopRankListByRankSystemRequest) GetTopLimit

func (*RankNetworkStatisticsAccountTopRankListByRankSystemRequest) ProtoMessage

func (*RankNetworkStatisticsAccountTopRankListByRankSystemRequest) ProtoReflect

func (*RankNetworkStatisticsAccountTopRankListByRankSystemRequest) Reset

func (*RankNetworkStatisticsAccountTopRankListByRankSystemRequest) String

type RankNetworkStatisticsAccountTopRankListRequest

type RankNetworkStatisticsAccountTopRankListRequest struct {
	Referral *account.Account_ID             `protobuf:"bytes,1,opt,name=referral,proto3" json:"referral,omitempty"`
	TopLimit uint32                          `protobuf:"varint,2,opt,name=top_limit,json=topLimit,proto3" json:"top_limit,omitempty"`
	Step     *rank_system.RankSystem_Rank_ID `protobuf:"bytes,3,opt,name=step,proto3" json:"step,omitempty"`
	Sort     *sort.Sort                      `protobuf:"bytes,4,opt,name=sort,proto3" json:"sort,omitempty"`
	// contains filtered or unexported fields
}

func (*RankNetworkStatisticsAccountTopRankListRequest) Descriptor deprecated

Deprecated: Use RankNetworkStatisticsAccountTopRankListRequest.ProtoReflect.Descriptor instead.

func (*RankNetworkStatisticsAccountTopRankListRequest) GetReferral

func (*RankNetworkStatisticsAccountTopRankListRequest) GetSort

func (*RankNetworkStatisticsAccountTopRankListRequest) GetStep

func (*RankNetworkStatisticsAccountTopRankListRequest) GetTopLimit

func (*RankNetworkStatisticsAccountTopRankListRequest) ProtoMessage

func (*RankNetworkStatisticsAccountTopRankListRequest) ProtoReflect

func (*RankNetworkStatisticsAccountTopRankListRequest) Reset

func (*RankNetworkStatisticsAccountTopRankListRequest) String

type RankNetworkStatisticsServer

RankNetworkStatisticsServer is the server API for RankNetworkStatistics service. All implementations must embed UnimplementedRankNetworkStatisticsServer for forward compatibility

type RankNetworkStatistics_AccountCountListByRankSystemClient

type RankNetworkStatistics_AccountCountListByRankSystemClient interface {
	Recv() (*RankStatisticsAccountCount, error)
	grpc.ClientStream
}

type RankNetworkStatistics_AccountCountListByRankSystemServer

type RankNetworkStatistics_AccountCountListByRankSystemServer interface {
	Send(*RankStatisticsAccountCount) error
	grpc.ServerStream
}

type RankNetworkStatistics_AccountCountListClient

type RankNetworkStatistics_AccountCountListClient interface {
	Recv() (*RankStatisticsAccountCount, error)
	grpc.ClientStream
}

type RankNetworkStatistics_AccountCountListServer

type RankNetworkStatistics_AccountCountListServer interface {
	Send(*RankStatisticsAccountCount) error
	grpc.ServerStream
}

type RankNetworkStatistics_AccountTopRankListByRankSystemClient

type RankNetworkStatistics_AccountTopRankListByRankSystemClient interface {
	Recv() (*RankStatisticsAccountTop, error)
	grpc.ClientStream
}

type RankNetworkStatistics_AccountTopRankListByRankSystemServer

type RankNetworkStatistics_AccountTopRankListByRankSystemServer interface {
	Send(*RankStatisticsAccountTop) error
	grpc.ServerStream
}

type RankNetworkStatistics_AccountTopRankListClient

type RankNetworkStatistics_AccountTopRankListClient interface {
	Recv() (*RankStatisticsAccountTop, error)
	grpc.ClientStream
}

type RankNetworkStatistics_AccountTopRankListServer

type RankNetworkStatistics_AccountTopRankListServer interface {
	Send(*RankStatisticsAccountTop) error
	grpc.ServerStream
}

type RankStatisticsAccountCount

type RankStatisticsAccountCount struct {
	Rank         *rank_system.RankSystem_Rank_Header `protobuf:"bytes,1,opt,name=rank,proto3" json:"rank,omitempty"`
	AccountCount uint32                              `protobuf:"varint,2,opt,name=account_count,json=accountCount,proto3" json:"account_count,omitempty"`
	// contains filtered or unexported fields
}

func (*RankStatisticsAccountCount) Descriptor deprecated

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

Deprecated: Use RankStatisticsAccountCount.ProtoReflect.Descriptor instead.

func (*RankStatisticsAccountCount) GetAccountCount

func (x *RankStatisticsAccountCount) GetAccountCount() uint32

func (*RankStatisticsAccountCount) GetRank

func (x *RankStatisticsAccountCount) GetRank() *rank_system.RankSystem_Rank_Header

func (*RankStatisticsAccountCount) ProtoMessage

func (*RankStatisticsAccountCount) ProtoMessage()

func (*RankStatisticsAccountCount) ProtoReflect

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

func (*RankStatisticsAccountCount) Reset

func (x *RankStatisticsAccountCount) Reset()

func (*RankStatisticsAccountCount) String

func (x *RankStatisticsAccountCount) String() string

type RankStatisticsAccountCountListByRankSystemRequest

type RankStatisticsAccountCountListByRankSystemRequest struct {
	RankSystem *rank_system.RankSystem_ID            `protobuf:"bytes,1,opt,name=rank_system,json=rankSystem,proto3" json:"rank_system,omitempty"`
	Step       *rank_system.RankSystem_Rank_ID_Inner `protobuf:"bytes,2,opt,name=step,proto3" json:"step,omitempty"`
	Sort       *sort.Sort                            `protobuf:"bytes,3,opt,name=sort,proto3" json:"sort,omitempty"`
	// contains filtered or unexported fields
}

func (*RankStatisticsAccountCountListByRankSystemRequest) Descriptor deprecated

Deprecated: Use RankStatisticsAccountCountListByRankSystemRequest.ProtoReflect.Descriptor instead.

func (*RankStatisticsAccountCountListByRankSystemRequest) GetRankSystem

func (*RankStatisticsAccountCountListByRankSystemRequest) GetSort

func (*RankStatisticsAccountCountListByRankSystemRequest) GetStep

func (*RankStatisticsAccountCountListByRankSystemRequest) ProtoMessage

func (*RankStatisticsAccountCountListByRankSystemRequest) ProtoReflect

func (*RankStatisticsAccountCountListByRankSystemRequest) Reset

func (*RankStatisticsAccountCountListByRankSystemRequest) String

type RankStatisticsAccountCountListRequest

type RankStatisticsAccountCountListRequest struct {
	Step *rank_system.RankSystem_Rank_ID `protobuf:"bytes,1,opt,name=step,proto3" json:"step,omitempty"`
	Sort *sort.Sort                      `protobuf:"bytes,2,opt,name=sort,proto3" json:"sort,omitempty"`
	// contains filtered or unexported fields
}

func (*RankStatisticsAccountCountListRequest) Descriptor deprecated

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

Deprecated: Use RankStatisticsAccountCountListRequest.ProtoReflect.Descriptor instead.

func (*RankStatisticsAccountCountListRequest) GetSort

func (*RankStatisticsAccountCountListRequest) GetStep

func (*RankStatisticsAccountCountListRequest) ProtoMessage

func (*RankStatisticsAccountCountListRequest) ProtoMessage()

func (*RankStatisticsAccountCountListRequest) ProtoReflect

func (*RankStatisticsAccountCountListRequest) Reset

func (*RankStatisticsAccountCountListRequest) String

type RankStatisticsAccountTop

type RankStatisticsAccountTop struct {
	Rank     *rank_system.RankSystem_Header      `protobuf:"bytes,1,opt,name=rank,proto3" json:"rank,omitempty"`
	Accounts []*RankStatisticsAccountTop_Account `protobuf:"bytes,2,rep,name=accounts,proto3" json:"accounts,omitempty"`
	// contains filtered or unexported fields
}

func (*RankStatisticsAccountTop) Descriptor deprecated

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

Deprecated: Use RankStatisticsAccountTop.ProtoReflect.Descriptor instead.

func (*RankStatisticsAccountTop) GetAccounts

func (x *RankStatisticsAccountTop) GetAccounts() []*RankStatisticsAccountTop_Account

func (*RankStatisticsAccountTop) GetRank

func (x *RankStatisticsAccountTop) GetRank() *rank_system.RankSystem_Header

func (*RankStatisticsAccountTop) ProtoMessage

func (*RankStatisticsAccountTop) ProtoMessage()

func (*RankStatisticsAccountTop) ProtoReflect

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

func (*RankStatisticsAccountTop) Reset

func (x *RankStatisticsAccountTop) Reset()

func (*RankStatisticsAccountTop) String

func (x *RankStatisticsAccountTop) String() string

type RankStatisticsAccountTopRankListByRankSystemRequest

type RankStatisticsAccountTopRankListByRankSystemRequest struct {
	RankSystem *rank_system.RankSystem_ID      `protobuf:"bytes,1,opt,name=rank_system,json=rankSystem,proto3" json:"rank_system,omitempty"`
	TopLimit   uint32                          `protobuf:"varint,2,opt,name=top_limit,json=topLimit,proto3" json:"top_limit,omitempty"`
	Step       *rank_system.RankSystem_Rank_ID `protobuf:"bytes,3,opt,name=step,proto3" json:"step,omitempty"`
	Sort       *sort.Sort                      `protobuf:"bytes,4,opt,name=sort,proto3" json:"sort,omitempty"`
	// contains filtered or unexported fields
}

func (*RankStatisticsAccountTopRankListByRankSystemRequest) Descriptor deprecated

Deprecated: Use RankStatisticsAccountTopRankListByRankSystemRequest.ProtoReflect.Descriptor instead.

func (*RankStatisticsAccountTopRankListByRankSystemRequest) GetRankSystem

func (*RankStatisticsAccountTopRankListByRankSystemRequest) GetSort

func (*RankStatisticsAccountTopRankListByRankSystemRequest) GetStep

func (*RankStatisticsAccountTopRankListByRankSystemRequest) GetTopLimit

func (*RankStatisticsAccountTopRankListByRankSystemRequest) ProtoMessage

func (*RankStatisticsAccountTopRankListByRankSystemRequest) ProtoReflect

func (*RankStatisticsAccountTopRankListByRankSystemRequest) Reset

func (*RankStatisticsAccountTopRankListByRankSystemRequest) String

type RankStatisticsAccountTopRankListRequest

type RankStatisticsAccountTopRankListRequest struct {
	TopLimit uint32                          `protobuf:"varint,1,opt,name=top_limit,json=topLimit,proto3" json:"top_limit,omitempty"`
	Step     *rank_system.RankSystem_Rank_ID `protobuf:"bytes,2,opt,name=step,proto3" json:"step,omitempty"`
	Sort     *sort.Sort                      `protobuf:"bytes,3,opt,name=sort,proto3" json:"sort,omitempty"`
	// contains filtered or unexported fields
}

func (*RankStatisticsAccountTopRankListRequest) Descriptor deprecated

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

Deprecated: Use RankStatisticsAccountTopRankListRequest.ProtoReflect.Descriptor instead.

func (*RankStatisticsAccountTopRankListRequest) GetSort

func (*RankStatisticsAccountTopRankListRequest) GetStep

func (*RankStatisticsAccountTopRankListRequest) GetTopLimit

func (*RankStatisticsAccountTopRankListRequest) ProtoMessage

func (*RankStatisticsAccountTopRankListRequest) ProtoReflect

func (*RankStatisticsAccountTopRankListRequest) Reset

func (*RankStatisticsAccountTopRankListRequest) String

type RankStatisticsAccountTop_Account

type RankStatisticsAccountTop_Account struct {
	Account    *account.Account_Header `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	AchievedAt uint32                  `protobuf:"varint,2,opt,name=achieved_at,json=achievedAt,proto3" json:"achieved_at,omitempty"`
	// contains filtered or unexported fields
}

func (*RankStatisticsAccountTop_Account) Descriptor deprecated

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

Deprecated: Use RankStatisticsAccountTop_Account.ProtoReflect.Descriptor instead.

func (*RankStatisticsAccountTop_Account) GetAccount

func (x *RankStatisticsAccountTop_Account) GetAccount() *account.Account_Header

func (*RankStatisticsAccountTop_Account) GetAchievedAt

func (x *RankStatisticsAccountTop_Account) GetAchievedAt() uint32

func (*RankStatisticsAccountTop_Account) ProtoMessage

func (*RankStatisticsAccountTop_Account) ProtoMessage()

func (*RankStatisticsAccountTop_Account) ProtoReflect

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

func (*RankStatisticsAccountTop_Account) Reset

func (x *RankStatisticsAccountTop_Account) Reset()

func (*RankStatisticsAccountTop_Account) String

func (x *RankStatisticsAccountTop_Account) String() string

type RankStatisticsAccountTop_ID

type RankStatisticsAccountTop_ID struct {
	Rank     *rank_system.RankSystem_Rank_ID `protobuf:"bytes,1,opt,name=rank,proto3" json:"rank,omitempty"`
	TopLimit uint32                          `protobuf:"varint,2,opt,name=top_limit,json=topLimit,proto3" json:"top_limit,omitempty"`
	// contains filtered or unexported fields
}

func (*RankStatisticsAccountTop_ID) Descriptor deprecated

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

Deprecated: Use RankStatisticsAccountTop_ID.ProtoReflect.Descriptor instead.

func (*RankStatisticsAccountTop_ID) GetRank

func (x *RankStatisticsAccountTop_ID) GetRank() *rank_system.RankSystem_Rank_ID

func (*RankStatisticsAccountTop_ID) GetTopLimit

func (x *RankStatisticsAccountTop_ID) GetTopLimit() uint32

func (*RankStatisticsAccountTop_ID) ProtoMessage

func (*RankStatisticsAccountTop_ID) ProtoMessage()

func (*RankStatisticsAccountTop_ID) ProtoReflect

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

func (*RankStatisticsAccountTop_ID) Reset

func (x *RankStatisticsAccountTop_ID) Reset()

func (*RankStatisticsAccountTop_ID) String

func (x *RankStatisticsAccountTop_ID) String() string

type RankStatisticsClient

RankStatisticsClient is the client API for RankStatistics service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type RankStatisticsServer

RankStatisticsServer is the server API for RankStatistics service. All implementations must embed UnimplementedRankStatisticsServer for forward compatibility

type RankStatistics_AccountCountListByRankSystemClient

type RankStatistics_AccountCountListByRankSystemClient interface {
	Recv() (*RankStatisticsAccountCount, error)
	grpc.ClientStream
}

type RankStatistics_AccountCountListByRankSystemServer

type RankStatistics_AccountCountListByRankSystemServer interface {
	Send(*RankStatisticsAccountCount) error
	grpc.ServerStream
}

type RankStatistics_AccountCountListClient

type RankStatistics_AccountCountListClient interface {
	Recv() (*RankStatisticsAccountCount, error)
	grpc.ClientStream
}

type RankStatistics_AccountCountListServer

type RankStatistics_AccountCountListServer interface {
	Send(*RankStatisticsAccountCount) error
	grpc.ServerStream
}

type RankStatistics_AccountTopRankListByRankSystemClient

type RankStatistics_AccountTopRankListByRankSystemClient interface {
	Recv() (*RankStatisticsAccountTop, error)
	grpc.ClientStream
}

type RankStatistics_AccountTopRankListByRankSystemServer

type RankStatistics_AccountTopRankListByRankSystemServer interface {
	Send(*RankStatisticsAccountTop) error
	grpc.ServerStream
}

type RankStatistics_AccountTopRankListClient

type RankStatistics_AccountTopRankListClient interface {
	Recv() (*RankStatisticsAccountTop, error)
	grpc.ClientStream
}

type RankStatistics_AccountTopRankListServer

type RankStatistics_AccountTopRankListServer interface {
	Send(*RankStatisticsAccountTop) error
	grpc.ServerStream
}

type RankSystemAccountClient

RankSystemAccountClient is the client API for RankSystemAccount service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type RankSystemAccountListRequest

type RankSystemAccountListRequest struct {
	Account                 *account.Account_ID        `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	Step                    *rank_system.RankSystem_ID `protobuf:"bytes,2,opt,name=step,proto3" json:"step,omitempty"`
	Sort                    *sort.Sort                 `protobuf:"bytes,3,opt,name=sort,proto3" json:"sort,omitempty"`
	OnlyPublishedRankSystem bool                       `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RankSystemAccountListRequest) Descriptor deprecated

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

Deprecated: Use RankSystemAccountListRequest.ProtoReflect.Descriptor instead.

func (*RankSystemAccountListRequest) GetAccount

func (*RankSystemAccountListRequest) GetOnlyPublishedRankSystem

func (x *RankSystemAccountListRequest) GetOnlyPublishedRankSystem() bool

func (*RankSystemAccountListRequest) GetSort

func (x *RankSystemAccountListRequest) GetSort() *sort.Sort

func (*RankSystemAccountListRequest) GetStep

func (*RankSystemAccountListRequest) ProtoMessage

func (*RankSystemAccountListRequest) ProtoMessage()

func (*RankSystemAccountListRequest) ProtoReflect

func (*RankSystemAccountListRequest) Reset

func (x *RankSystemAccountListRequest) Reset()

func (*RankSystemAccountListRequest) String

type RankSystemAccountServer

RankSystemAccountServer is the server API for RankSystemAccount service. All implementations must embed UnimplementedRankSystemAccountServer for forward compatibility

type RankSystemAccountWithRankActivatedAndNextResponse

type RankSystemAccountWithRankActivatedAndNextResponse struct {
	Header        *rank_system.RankSystem_Header   `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	RankActivated *account.Account_RankSystem_Rank `protobuf:"bytes,2,opt,name=rank_activated,json=rankActivated,proto3" json:"rank_activated,omitempty"`
	RankNext      *account.Account_RankSystem_Rank `protobuf:"bytes,3,opt,name=rank_next,json=rankNext,proto3" json:"rank_next,omitempty"`
	// contains filtered or unexported fields
}

func (*RankSystemAccountWithRankActivatedAndNextResponse) Descriptor deprecated

Deprecated: Use RankSystemAccountWithRankActivatedAndNextResponse.ProtoReflect.Descriptor instead.

func (*RankSystemAccountWithRankActivatedAndNextResponse) GetHeader

func (*RankSystemAccountWithRankActivatedAndNextResponse) GetRankActivated

func (*RankSystemAccountWithRankActivatedAndNextResponse) GetRankNext

func (*RankSystemAccountWithRankActivatedAndNextResponse) ProtoMessage

func (*RankSystemAccountWithRankActivatedAndNextResponse) ProtoReflect

func (*RankSystemAccountWithRankActivatedAndNextResponse) Reset

func (*RankSystemAccountWithRankActivatedAndNextResponse) String

type RankSystemAccount_ListClient

type RankSystemAccount_ListClient interface {
	Recv() (*account.Account_RankSystem, error)
	grpc.ClientStream
}

type RankSystemAccount_ListServer

type RankSystemAccount_ListServer interface {
	Send(*account.Account_RankSystem) error
	grpc.ServerStream
}

type RankSystemAccount_ListWithRankActivatedAndNextClient

type RankSystemAccount_ListWithRankActivatedAndNextClient interface {
	Recv() (*RankSystemAccountWithRankActivatedAndNextResponse, error)
	grpc.ClientStream
}

type RankSystemAccount_ListWithRankActivatedAndNextServer

type RankSystemAccount_ListWithRankActivatedAndNextServer interface {
	Send(*RankSystemAccountWithRankActivatedAndNextResponse) error
	grpc.ServerStream
}

type RankSystemAccount_ListWithRankActivatedClient

type RankSystemAccount_ListWithRankActivatedClient interface {
	Recv() (*account.Account_RankSystem_Option, error)
	grpc.ClientStream
}

type RankSystemAccount_ListWithRankActivatedServer

type RankSystemAccount_ListWithRankActivatedServer interface {
	Send(*account.Account_RankSystem_Option) error
	grpc.ServerStream
}

type RankSystemClient

RankSystemClient is the client API for RankSystem service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewRankSystemClient

func NewRankSystemClient(cc grpc.ClientConnInterface) RankSystemClient

type RankSystemCreateRequest

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

func (*RankSystemCreateRequest) Descriptor deprecated

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

Deprecated: Use RankSystemCreateRequest.ProtoReflect.Descriptor instead.

func (*RankSystemCreateRequest) GetPublished

func (x *RankSystemCreateRequest) GetPublished() bool

func (*RankSystemCreateRequest) GetRankSystemName

func (x *RankSystemCreateRequest) GetRankSystemName() string

func (*RankSystemCreateRequest) ProtoMessage

func (*RankSystemCreateRequest) ProtoMessage()

func (*RankSystemCreateRequest) ProtoReflect

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

func (*RankSystemCreateRequest) Reset

func (x *RankSystemCreateRequest) Reset()

func (*RankSystemCreateRequest) String

func (x *RankSystemCreateRequest) String() string

type RankSystemListRequest

type RankSystemListRequest struct {
	Step                    *rank_system.RankSystem_ID `protobuf:"bytes,1,opt,name=step,proto3" json:"step,omitempty"`
	Sort                    *sort.Sort                 `protobuf:"bytes,2,opt,name=sort,proto3" json:"sort,omitempty"`
	OnlyPublishedRankSystem bool                       `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RankSystemListRequest) Descriptor deprecated

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

Deprecated: Use RankSystemListRequest.ProtoReflect.Descriptor instead.

func (*RankSystemListRequest) GetOnlyPublishedRankSystem

func (x *RankSystemListRequest) GetOnlyPublishedRankSystem() bool

func (*RankSystemListRequest) GetSort

func (x *RankSystemListRequest) GetSort() *sort.Sort

func (*RankSystemListRequest) GetStep

func (*RankSystemListRequest) ProtoMessage

func (*RankSystemListRequest) ProtoMessage()

func (*RankSystemListRequest) ProtoReflect

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

func (*RankSystemListRequest) Reset

func (x *RankSystemListRequest) Reset()

func (*RankSystemListRequest) String

func (x *RankSystemListRequest) String() string

type RankSystemServer

RankSystemServer is the server API for RankSystem service. All implementations must embed UnimplementedRankSystemServer for forward compatibility

type RankSystem_HeaderListClient

type RankSystem_HeaderListClient interface {
	Recv() (*rank_system.RankSystem_Header, error)
	grpc.ClientStream
}

type RankSystem_HeaderListServer

type RankSystem_HeaderListServer interface {
	Send(*rank_system.RankSystem_Header) error
	grpc.ServerStream
}

type RankSystem_ListClient

type RankSystem_ListClient interface {
	Recv() (*rank_system.RankSystem, error)
	grpc.ClientStream
}

type RankSystem_ListServer

type RankSystem_ListServer interface {
	Send(*rank_system.RankSystem) error
	grpc.ServerStream
}

type Rank_ListByRankSystemClient

type Rank_ListByRankSystemClient interface {
	Recv() (*rank_system.RankSystem_Option, error)
	grpc.ClientStream
}

type Rank_ListByRankSystemServer

type Rank_ListByRankSystemServer interface {
	Send(*rank_system.RankSystem_Option) error
	grpc.ServerStream
}

type Rank_ListClient

type Rank_ListClient interface {
	Recv() (*rank_system.RankSystem_Option, error)
	grpc.ClientStream
}

type Rank_ListServer

type Rank_ListServer interface {
	Send(*rank_system.RankSystem_Option) error
	grpc.ServerStream
}

type Rank_ValueHeaderListByRankSystemClient

type Rank_ValueHeaderListByRankSystemClient interface {
	Recv() (*rank_system.RankSystem_Rank_Header, error)
	grpc.ClientStream
}

type Rank_ValueHeaderListByRankSystemServer

type Rank_ValueHeaderListByRankSystemServer interface {
	Send(*rank_system.RankSystem_Rank_Header) error
	grpc.ServerStream
}

type Rank_ValueHeaderListClient

type Rank_ValueHeaderListClient interface {
	Recv() (*rank_system.RankSystem_Rank_Header, error)
	grpc.ClientStream
}

type Rank_ValueHeaderListServer

type Rank_ValueHeaderListServer interface {
	Send(*rank_system.RankSystem_Rank_Header) error
	grpc.ServerStream
}

type Rank_ValueListByRankSystemClient

type Rank_ValueListByRankSystemClient interface {
	Recv() (*rank_system.RankSystem_Rank, error)
	grpc.ClientStream
}

type Rank_ValueListByRankSystemServer

type Rank_ValueListByRankSystemServer interface {
	Send(*rank_system.RankSystem_Rank) error
	grpc.ServerStream
}

type Rank_ValueListClient

type Rank_ValueListClient interface {
	Recv() (*rank_system.RankSystem_Rank, error)
	grpc.ClientStream
}

type Rank_ValueListServer

type Rank_ValueListServer interface {
	Send(*rank_system.RankSystem_Rank) error
	grpc.ServerStream
}

type UnimplementedRankAccountServer

type UnimplementedRankAccountServer struct {
}

UnimplementedRankAccountServer must be embedded to have forward compatible implementations.

func (UnimplementedRankAccountServer) List

type UnimplementedRankNetworkStatisticsServer

type UnimplementedRankNetworkStatisticsServer struct {
}

UnimplementedRankNetworkStatisticsServer must be embedded to have forward compatible implementations.

func (UnimplementedRankNetworkStatisticsServer) AccountTopRankGet

type UnimplementedRankServer

type UnimplementedRankServer struct {
}

UnimplementedRankServer must be embedded to have forward compatible implementations.

func (UnimplementedRankServer) ConditionGet

func (UnimplementedRankServer) List

func (UnimplementedRankServer) ValueHeaderList

func (UnimplementedRankServer) ValueList

type UnimplementedRankStatisticsServer

type UnimplementedRankStatisticsServer struct {
}

UnimplementedRankStatisticsServer must be embedded to have forward compatible implementations.

func (UnimplementedRankStatisticsServer) AccountTopRankGet

type UnimplementedRankSystemAccountServer

type UnimplementedRankSystemAccountServer struct {
}

UnimplementedRankSystemAccountServer must be embedded to have forward compatible implementations.

type UnimplementedRankSystemServer

type UnimplementedRankSystemServer struct {
}

UnimplementedRankSystemServer must be embedded to have forward compatible implementations.

func (UnimplementedRankSystemServer) Create

func (UnimplementedRankSystemServer) Get

func (UnimplementedRankSystemServer) HeaderList

func (UnimplementedRankSystemServer) List

type UnsafeRankAccountServer

type UnsafeRankAccountServer interface {
	// contains filtered or unexported methods
}

UnsafeRankAccountServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to RankAccountServer will result in compilation errors.

type UnsafeRankNetworkStatisticsServer

type UnsafeRankNetworkStatisticsServer interface {
	// contains filtered or unexported methods
}

UnsafeRankNetworkStatisticsServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to RankNetworkStatisticsServer will result in compilation errors.

type UnsafeRankServer

type UnsafeRankServer interface {
	// contains filtered or unexported methods
}

UnsafeRankServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to RankServer will result in compilation errors.

type UnsafeRankStatisticsServer

type UnsafeRankStatisticsServer interface {
	// contains filtered or unexported methods
}

UnsafeRankStatisticsServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to RankStatisticsServer will result in compilation errors.

type UnsafeRankSystemAccountServer

type UnsafeRankSystemAccountServer interface {
	// contains filtered or unexported methods
}

UnsafeRankSystemAccountServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to RankSystemAccountServer will result in compilation errors.

type UnsafeRankSystemServer

type UnsafeRankSystemServer interface {
	// contains filtered or unexported methods
}

UnsafeRankSystemServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to RankSystemServer will result in compilation errors.

Jump to

Keyboard shortcuts

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