misc

package
v0.0.0-...-53f8b62 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	BypassTokenPayload_Usage_name = map[int32]string{
		0: "CREATE_TEAM",
		1: "JOIN_TEAM",
		2: "HIDDEN_TEAM",
		3: "LEAVE_TEAM",
	}
	BypassTokenPayload_Usage_value = map[string]int32{
		"CREATE_TEAM": 0,
		"JOIN_TEAM":   1,
		"HIDDEN_TEAM": 2,
		"LEAVE_TEAM":  3,
	}
)

Enum value maps for BypassTokenPayload_Usage.

View Source
var File_isuxportal_misc_bypass_token_proto protoreflect.FileDescriptor
View Source
var File_isuxportal_misc_leaderboard_etag_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type BypassTokenPayload

type BypassTokenPayload struct {
	Filler string                     `protobuf:"bytes,1,opt,name=filler,proto3" json:"filler,omitempty"`
	Expiry int64                      `protobuf:"varint,2,opt,name=expiry,proto3" json:"expiry,omitempty"`
	Usages []BypassTokenPayload_Usage `protobuf:"varint,3,rep,packed,name=usages,proto3,enum=isuxportal.proto.misc.BypassTokenPayload_Usage" json:"usages,omitempty"`
	// contains filtered or unexported fields
}

func (*BypassTokenPayload) Descriptor deprecated

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

Deprecated: Use BypassTokenPayload.ProtoReflect.Descriptor instead.

func (*BypassTokenPayload) GetExpiry

func (x *BypassTokenPayload) GetExpiry() int64

func (*BypassTokenPayload) GetFiller

func (x *BypassTokenPayload) GetFiller() string

func (*BypassTokenPayload) GetUsages

func (*BypassTokenPayload) ProtoMessage

func (*BypassTokenPayload) ProtoMessage()

func (*BypassTokenPayload) ProtoReflect

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

func (*BypassTokenPayload) Reset

func (x *BypassTokenPayload) Reset()

func (*BypassTokenPayload) String

func (x *BypassTokenPayload) String() string

type BypassTokenPayload_Usage

type BypassTokenPayload_Usage int32
const (
	BypassTokenPayload_CREATE_TEAM BypassTokenPayload_Usage = 0
	BypassTokenPayload_JOIN_TEAM   BypassTokenPayload_Usage = 1
	BypassTokenPayload_HIDDEN_TEAM BypassTokenPayload_Usage = 2
	BypassTokenPayload_LEAVE_TEAM  BypassTokenPayload_Usage = 3
)

func (BypassTokenPayload_Usage) Descriptor

func (BypassTokenPayload_Usage) Enum

func (BypassTokenPayload_Usage) EnumDescriptor deprecated

func (BypassTokenPayload_Usage) EnumDescriptor() ([]byte, []int)

Deprecated: Use BypassTokenPayload_Usage.Descriptor instead.

func (BypassTokenPayload_Usage) Number

func (BypassTokenPayload_Usage) String

func (x BypassTokenPayload_Usage) String() string

func (BypassTokenPayload_Usage) Type

type LeaderboardEtag

type LeaderboardEtag struct {
	Admin            bool                   `protobuf:"varint,1,opt,name=admin,proto3" json:"admin,omitempty"`
	TeamId           int64                  `protobuf:"varint,2,opt,name=team_id,json=teamId,proto3" json:"team_id,omitempty"`
	TeamCount        int64                  `protobuf:"varint,3,opt,name=team_count,json=teamCount,proto3" json:"team_count,omitempty"`
	TeamLastUpdated  *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=team_last_updated,json=teamLastUpdated,proto3" json:"team_last_updated,omitempty"`
	LatestResultId   int64                  `protobuf:"varint,5,opt,name=latest_result_id,json=latestResultId,proto3" json:"latest_result_id,omitempty"`
	LatestProgressId int64                  `protobuf:"varint,6,opt,name=latest_progress_id,json=latestProgressId,proto3" json:"latest_progress_id,omitempty"`
	HasProgress      bool                   `protobuf:"varint,7,opt,name=has_progress,json=hasProgress,proto3" json:"has_progress,omitempty"`
	LatestResultAt   *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=latest_result_at,json=latestResultAt,proto3" json:"latest_result_at,omitempty"`
	LatestProgressAt *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=latest_progress_at,json=latestProgressAt,proto3" json:"latest_progress_at,omitempty"`
	// contains filtered or unexported fields
}

func (*LeaderboardEtag) Descriptor deprecated

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

Deprecated: Use LeaderboardEtag.ProtoReflect.Descriptor instead.

func (*LeaderboardEtag) GetAdmin

func (x *LeaderboardEtag) GetAdmin() bool

func (*LeaderboardEtag) GetHasProgress

func (x *LeaderboardEtag) GetHasProgress() bool

func (*LeaderboardEtag) GetLatestProgressAt

func (x *LeaderboardEtag) GetLatestProgressAt() *timestamppb.Timestamp

func (*LeaderboardEtag) GetLatestProgressId

func (x *LeaderboardEtag) GetLatestProgressId() int64

func (*LeaderboardEtag) GetLatestResultAt

func (x *LeaderboardEtag) GetLatestResultAt() *timestamppb.Timestamp

func (*LeaderboardEtag) GetLatestResultId

func (x *LeaderboardEtag) GetLatestResultId() int64

func (*LeaderboardEtag) GetTeamCount

func (x *LeaderboardEtag) GetTeamCount() int64

func (*LeaderboardEtag) GetTeamId

func (x *LeaderboardEtag) GetTeamId() int64

func (*LeaderboardEtag) GetTeamLastUpdated

func (x *LeaderboardEtag) GetTeamLastUpdated() *timestamppb.Timestamp

func (*LeaderboardEtag) ProtoMessage

func (*LeaderboardEtag) ProtoMessage()

func (*LeaderboardEtag) ProtoReflect

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

func (*LeaderboardEtag) Reset

func (x *LeaderboardEtag) Reset()

func (*LeaderboardEtag) String

func (x *LeaderboardEtag) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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