audience

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 File_isuxportal_services_audience_dashboard_proto protoreflect.FileDescriptor
View Source
var File_isuxportal_services_audience_team_list_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type DashboardQuery

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

func (*DashboardQuery) Descriptor deprecated

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

Deprecated: Use DashboardQuery.ProtoReflect.Descriptor instead.

func (*DashboardQuery) ProtoMessage

func (*DashboardQuery) ProtoMessage()

func (*DashboardQuery) ProtoReflect

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

func (*DashboardQuery) Reset

func (x *DashboardQuery) Reset()

func (*DashboardQuery) String

func (x *DashboardQuery) String() string

type DashboardResponse

type DashboardResponse struct {
	Leaderboard *resources.Leaderboard `protobuf:"bytes,1,opt,name=leaderboard,proto3" json:"leaderboard,omitempty"`
	// contains filtered or unexported fields
}

func (*DashboardResponse) Descriptor deprecated

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

Deprecated: Use DashboardResponse.ProtoReflect.Descriptor instead.

func (*DashboardResponse) GetLeaderboard

func (x *DashboardResponse) GetLeaderboard() *resources.Leaderboard

func (*DashboardResponse) ProtoMessage

func (*DashboardResponse) ProtoMessage()

func (*DashboardResponse) ProtoReflect

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

func (*DashboardResponse) Reset

func (x *DashboardResponse) Reset()

func (*DashboardResponse) String

func (x *DashboardResponse) String() string

type ListTeamsRequest

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

func (*ListTeamsRequest) Descriptor deprecated

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

Deprecated: Use ListTeamsRequest.ProtoReflect.Descriptor instead.

func (*ListTeamsRequest) ProtoMessage

func (*ListTeamsRequest) ProtoMessage()

func (*ListTeamsRequest) ProtoReflect

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

func (*ListTeamsRequest) Reset

func (x *ListTeamsRequest) Reset()

func (*ListTeamsRequest) String

func (x *ListTeamsRequest) String() string

type ListTeamsResponse

type ListTeamsResponse struct {
	Teams []*ListTeamsResponse_TeamListItem `protobuf:"bytes,1,rep,name=teams,proto3" json:"teams,omitempty"`
	// contains filtered or unexported fields
}

func (*ListTeamsResponse) Descriptor deprecated

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

Deprecated: Use ListTeamsResponse.ProtoReflect.Descriptor instead.

func (*ListTeamsResponse) GetTeams

func (*ListTeamsResponse) ProtoMessage

func (*ListTeamsResponse) ProtoMessage()

func (*ListTeamsResponse) ProtoReflect

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

func (*ListTeamsResponse) Reset

func (x *ListTeamsResponse) Reset()

func (*ListTeamsResponse) String

func (x *ListTeamsResponse) String() string

type ListTeamsResponse_TeamListItem

type ListTeamsResponse_TeamListItem struct {
	TeamId             int64    `protobuf:"varint,1,opt,name=team_id,json=teamId,proto3" json:"team_id,omitempty"`
	Name               string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	MemberNames        []string `protobuf:"bytes,3,rep,name=member_names,json=memberNames,proto3" json:"member_names,omitempty"`
	FinalParticipation bool     `protobuf:"varint,4,opt,name=final_participation,json=finalParticipation,proto3" json:"final_participation,omitempty"`
	IsStudent          bool     `protobuf:"varint,5,opt,name=is_student,json=isStudent,proto3" json:"is_student,omitempty"`
	// contains filtered or unexported fields
}

func (*ListTeamsResponse_TeamListItem) Descriptor deprecated

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

Deprecated: Use ListTeamsResponse_TeamListItem.ProtoReflect.Descriptor instead.

func (*ListTeamsResponse_TeamListItem) GetFinalParticipation

func (x *ListTeamsResponse_TeamListItem) GetFinalParticipation() bool

func (*ListTeamsResponse_TeamListItem) GetIsStudent

func (x *ListTeamsResponse_TeamListItem) GetIsStudent() bool

func (*ListTeamsResponse_TeamListItem) GetMemberNames

func (x *ListTeamsResponse_TeamListItem) GetMemberNames() []string

func (*ListTeamsResponse_TeamListItem) GetName

func (*ListTeamsResponse_TeamListItem) GetTeamId

func (x *ListTeamsResponse_TeamListItem) GetTeamId() int64

func (*ListTeamsResponse_TeamListItem) ProtoMessage

func (*ListTeamsResponse_TeamListItem) ProtoMessage()

func (*ListTeamsResponse_TeamListItem) ProtoReflect

func (*ListTeamsResponse_TeamListItem) Reset

func (x *ListTeamsResponse_TeamListItem) Reset()

func (*ListTeamsResponse_TeamListItem) String

type SoloDashboardQuery

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

func (*SoloDashboardQuery) Descriptor deprecated

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

Deprecated: Use SoloDashboardQuery.ProtoReflect.Descriptor instead.

func (*SoloDashboardQuery) ProtoMessage

func (*SoloDashboardQuery) ProtoMessage()

func (*SoloDashboardQuery) ProtoReflect

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

func (*SoloDashboardQuery) Reset

func (x *SoloDashboardQuery) Reset()

func (*SoloDashboardQuery) String

func (x *SoloDashboardQuery) String() string

type SoloDashboardResponse

type SoloDashboardResponse struct {
	LeaderboardItem *resources.LeaderboardItem `protobuf:"bytes,1,opt,name=leaderboard_item,json=leaderboardItem,proto3" json:"leaderboard_item,omitempty"`
	// contains filtered or unexported fields
}

func (*SoloDashboardResponse) Descriptor deprecated

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

Deprecated: Use SoloDashboardResponse.ProtoReflect.Descriptor instead.

func (*SoloDashboardResponse) GetLeaderboardItem

func (x *SoloDashboardResponse) GetLeaderboardItem() *resources.LeaderboardItem

func (*SoloDashboardResponse) ProtoMessage

func (*SoloDashboardResponse) ProtoMessage()

func (*SoloDashboardResponse) ProtoReflect

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

func (*SoloDashboardResponse) Reset

func (x *SoloDashboardResponse) Reset()

func (*SoloDashboardResponse) String

func (x *SoloDashboardResponse) String() string

Jump to

Keyboard shortcuts

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