contestant

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_contestant_benchmark_proto protoreflect.FileDescriptor
View Source
var File_isuxportal_services_contestant_clarifications_proto protoreflect.FileDescriptor
View Source
var File_isuxportal_services_contestant_cloud_formation_proto protoreflect.FileDescriptor
View Source
var File_isuxportal_services_contestant_dashboard_proto protoreflect.FileDescriptor
View Source
var File_isuxportal_services_contestant_instances_proto protoreflect.FileDescriptor
View Source
var File_isuxportal_services_contestant_notifications_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 {
	LeaderboardItem *resources.LeaderboardItem `protobuf:"bytes,1,opt,name=leaderboard_item,json=leaderboardItem,proto3" json:"leaderboard_item,omitempty"`
	// contains filtered or unexported fields
}

func (*DashboardResponse) Descriptor deprecated

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

Deprecated: Use DashboardResponse.ProtoReflect.Descriptor instead.

func (*DashboardResponse) GetLeaderboardItem

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

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 EnqueueBenchmarkJobRequest

type EnqueueBenchmarkJobRequest struct {

	// target ContestantInstance id
	TargetId int64 `protobuf:"varint,1,opt,name=target_id,json=targetId,proto3" json:"target_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EnqueueBenchmarkJobRequest) Descriptor deprecated

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

Deprecated: Use EnqueueBenchmarkJobRequest.ProtoReflect.Descriptor instead.

func (*EnqueueBenchmarkJobRequest) GetTargetId

func (x *EnqueueBenchmarkJobRequest) GetTargetId() int64

func (*EnqueueBenchmarkJobRequest) ProtoMessage

func (*EnqueueBenchmarkJobRequest) ProtoMessage()

func (*EnqueueBenchmarkJobRequest) ProtoReflect

func (*EnqueueBenchmarkJobRequest) Reset

func (x *EnqueueBenchmarkJobRequest) Reset()

func (*EnqueueBenchmarkJobRequest) String

func (x *EnqueueBenchmarkJobRequest) String() string

type EnqueueBenchmarkJobResponse

type EnqueueBenchmarkJobResponse struct {
	Job *resources.BenchmarkJob `protobuf:"bytes,1,opt,name=job,proto3" json:"job,omitempty"`
	// contains filtered or unexported fields
}

func (*EnqueueBenchmarkJobResponse) Descriptor deprecated

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

Deprecated: Use EnqueueBenchmarkJobResponse.ProtoReflect.Descriptor instead.

func (*EnqueueBenchmarkJobResponse) GetJob

func (*EnqueueBenchmarkJobResponse) ProtoMessage

func (*EnqueueBenchmarkJobResponse) ProtoMessage()

func (*EnqueueBenchmarkJobResponse) ProtoReflect

func (*EnqueueBenchmarkJobResponse) Reset

func (x *EnqueueBenchmarkJobResponse) Reset()

func (*EnqueueBenchmarkJobResponse) String

func (x *EnqueueBenchmarkJobResponse) String() string

type GetBenchmarkJobQuery

type GetBenchmarkJobQuery struct {
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

Query parameter

func (*GetBenchmarkJobQuery) Descriptor deprecated

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

Deprecated: Use GetBenchmarkJobQuery.ProtoReflect.Descriptor instead.

func (*GetBenchmarkJobQuery) GetId

func (x *GetBenchmarkJobQuery) GetId() int64

func (*GetBenchmarkJobQuery) ProtoMessage

func (*GetBenchmarkJobQuery) ProtoMessage()

func (*GetBenchmarkJobQuery) ProtoReflect

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

func (*GetBenchmarkJobQuery) Reset

func (x *GetBenchmarkJobQuery) Reset()

func (*GetBenchmarkJobQuery) String

func (x *GetBenchmarkJobQuery) String() string

type GetBenchmarkJobResponse

type GetBenchmarkJobResponse struct {
	Job *resources.BenchmarkJob `protobuf:"bytes,1,opt,name=job,proto3" json:"job,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBenchmarkJobResponse) Descriptor deprecated

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

Deprecated: Use GetBenchmarkJobResponse.ProtoReflect.Descriptor instead.

func (*GetBenchmarkJobResponse) GetJob

func (*GetBenchmarkJobResponse) ProtoMessage

func (*GetBenchmarkJobResponse) ProtoMessage()

func (*GetBenchmarkJobResponse) ProtoReflect

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

func (*GetBenchmarkJobResponse) Reset

func (x *GetBenchmarkJobResponse) Reset()

func (*GetBenchmarkJobResponse) String

func (x *GetBenchmarkJobResponse) String() string

type GetCloudFormationQuery

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

func (*GetCloudFormationQuery) Descriptor deprecated

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

Deprecated: Use GetCloudFormationQuery.ProtoReflect.Descriptor instead.

func (*GetCloudFormationQuery) ProtoMessage

func (*GetCloudFormationQuery) ProtoMessage()

func (*GetCloudFormationQuery) ProtoReflect

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

func (*GetCloudFormationQuery) Reset

func (x *GetCloudFormationQuery) Reset()

func (*GetCloudFormationQuery) String

func (x *GetCloudFormationQuery) String() string

type GetCloudFormationResponse

type GetCloudFormationResponse struct {
	Template string `protobuf:"bytes,1,opt,name=template,proto3" json:"template,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCloudFormationResponse) Descriptor deprecated

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

Deprecated: Use GetCloudFormationResponse.ProtoReflect.Descriptor instead.

func (*GetCloudFormationResponse) GetTemplate

func (x *GetCloudFormationResponse) GetTemplate() string

func (*GetCloudFormationResponse) ProtoMessage

func (*GetCloudFormationResponse) ProtoMessage()

func (*GetCloudFormationResponse) ProtoReflect

func (*GetCloudFormationResponse) Reset

func (x *GetCloudFormationResponse) Reset()

func (*GetCloudFormationResponse) String

func (x *GetCloudFormationResponse) String() string

type ListBenchmarkJobsQuery

type ListBenchmarkJobsQuery struct {
	Limit int64 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*ListBenchmarkJobsQuery) Descriptor deprecated

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

Deprecated: Use ListBenchmarkJobsQuery.ProtoReflect.Descriptor instead.

func (*ListBenchmarkJobsQuery) GetLimit

func (x *ListBenchmarkJobsQuery) GetLimit() int64

func (*ListBenchmarkJobsQuery) ProtoMessage

func (*ListBenchmarkJobsQuery) ProtoMessage()

func (*ListBenchmarkJobsQuery) ProtoReflect

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

func (*ListBenchmarkJobsQuery) Reset

func (x *ListBenchmarkJobsQuery) Reset()

func (*ListBenchmarkJobsQuery) String

func (x *ListBenchmarkJobsQuery) String() string

type ListBenchmarkJobsResponse

type ListBenchmarkJobsResponse struct {
	Jobs []*resources.BenchmarkJob `protobuf:"bytes,1,rep,name=jobs,proto3" json:"jobs,omitempty"`
	// contains filtered or unexported fields
}

func (*ListBenchmarkJobsResponse) Descriptor deprecated

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

Deprecated: Use ListBenchmarkJobsResponse.ProtoReflect.Descriptor instead.

func (*ListBenchmarkJobsResponse) GetJobs

func (*ListBenchmarkJobsResponse) ProtoMessage

func (*ListBenchmarkJobsResponse) ProtoMessage()

func (*ListBenchmarkJobsResponse) ProtoReflect

func (*ListBenchmarkJobsResponse) Reset

func (x *ListBenchmarkJobsResponse) Reset()

func (*ListBenchmarkJobsResponse) String

func (x *ListBenchmarkJobsResponse) String() string

type ListClarificationsQuery

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

func (*ListClarificationsQuery) Descriptor deprecated

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

Deprecated: Use ListClarificationsQuery.ProtoReflect.Descriptor instead.

func (*ListClarificationsQuery) ProtoMessage

func (*ListClarificationsQuery) ProtoMessage()

func (*ListClarificationsQuery) ProtoReflect

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

func (*ListClarificationsQuery) Reset

func (x *ListClarificationsQuery) Reset()

func (*ListClarificationsQuery) String

func (x *ListClarificationsQuery) String() string

type ListClarificationsResponse

type ListClarificationsResponse struct {
	Clarifications []*resources.Clarification `protobuf:"bytes,1,rep,name=clarifications,proto3" json:"clarifications,omitempty"`
	// contains filtered or unexported fields
}

func (*ListClarificationsResponse) Descriptor deprecated

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

Deprecated: Use ListClarificationsResponse.ProtoReflect.Descriptor instead.

func (*ListClarificationsResponse) GetClarifications

func (x *ListClarificationsResponse) GetClarifications() []*resources.Clarification

func (*ListClarificationsResponse) ProtoMessage

func (*ListClarificationsResponse) ProtoMessage()

func (*ListClarificationsResponse) ProtoReflect

func (*ListClarificationsResponse) Reset

func (x *ListClarificationsResponse) Reset()

func (*ListClarificationsResponse) String

func (x *ListClarificationsResponse) String() string

type ListContestantInstancesRequest

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

func (*ListContestantInstancesRequest) Descriptor deprecated

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

Deprecated: Use ListContestantInstancesRequest.ProtoReflect.Descriptor instead.

func (*ListContestantInstancesRequest) ProtoMessage

func (*ListContestantInstancesRequest) ProtoMessage()

func (*ListContestantInstancesRequest) ProtoReflect

func (*ListContestantInstancesRequest) Reset

func (x *ListContestantInstancesRequest) Reset()

func (*ListContestantInstancesRequest) String

type ListContestantInstancesResponse

type ListContestantInstancesResponse struct {
	ContestantInstances []*resources.ContestantInstance `protobuf:"bytes,1,rep,name=contestant_instances,json=contestantInstances,proto3" json:"contestant_instances,omitempty"`
	// contains filtered or unexported fields
}

func (*ListContestantInstancesResponse) Descriptor deprecated

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

Deprecated: Use ListContestantInstancesResponse.ProtoReflect.Descriptor instead.

func (*ListContestantInstancesResponse) GetContestantInstances

func (x *ListContestantInstancesResponse) GetContestantInstances() []*resources.ContestantInstance

func (*ListContestantInstancesResponse) ProtoMessage

func (*ListContestantInstancesResponse) ProtoMessage()

func (*ListContestantInstancesResponse) ProtoReflect

func (*ListContestantInstancesResponse) Reset

func (*ListContestantInstancesResponse) String

type ListNotificationsQuery

type ListNotificationsQuery struct {

	// Last notifications.id that a user-agent has received through ListNotificationsQuery during a current session.
	// If not specified (=0), uses server-side `read` column as a hint.
	After int64 `protobuf:"varint,1,opt,name=after,proto3" json:"after,omitempty"`
	// contains filtered or unexported fields
}

func (*ListNotificationsQuery) Descriptor deprecated

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

Deprecated: Use ListNotificationsQuery.ProtoReflect.Descriptor instead.

func (*ListNotificationsQuery) GetAfter

func (x *ListNotificationsQuery) GetAfter() int64

func (*ListNotificationsQuery) ProtoMessage

func (*ListNotificationsQuery) ProtoMessage()

func (*ListNotificationsQuery) ProtoReflect

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

func (*ListNotificationsQuery) Reset

func (x *ListNotificationsQuery) Reset()

func (*ListNotificationsQuery) String

func (x *ListNotificationsQuery) String() string

type ListNotificationsResponse

type ListNotificationsResponse struct {
	LastAnsweredClarificationId int64                     `` /* 147-byte string literal not displayed */
	Notifications               []*resources.Notification `protobuf:"bytes,2,rep,name=notifications,proto3" json:"notifications,omitempty"`
	// contains filtered or unexported fields
}

func (*ListNotificationsResponse) Descriptor deprecated

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

Deprecated: Use ListNotificationsResponse.ProtoReflect.Descriptor instead.

func (*ListNotificationsResponse) GetLastAnsweredClarificationId

func (x *ListNotificationsResponse) GetLastAnsweredClarificationId() int64

func (*ListNotificationsResponse) GetNotifications

func (x *ListNotificationsResponse) GetNotifications() []*resources.Notification

func (*ListNotificationsResponse) ProtoMessage

func (*ListNotificationsResponse) ProtoMessage()

func (*ListNotificationsResponse) ProtoReflect

func (*ListNotificationsResponse) Reset

func (x *ListNotificationsResponse) Reset()

func (*ListNotificationsResponse) String

func (x *ListNotificationsResponse) String() string

type RequestClarificationRequest

type RequestClarificationRequest struct {
	Question string `protobuf:"bytes,1,opt,name=question,proto3" json:"question,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestClarificationRequest) Descriptor deprecated

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

Deprecated: Use RequestClarificationRequest.ProtoReflect.Descriptor instead.

func (*RequestClarificationRequest) GetQuestion

func (x *RequestClarificationRequest) GetQuestion() string

func (*RequestClarificationRequest) ProtoMessage

func (*RequestClarificationRequest) ProtoMessage()

func (*RequestClarificationRequest) ProtoReflect

func (*RequestClarificationRequest) Reset

func (x *RequestClarificationRequest) Reset()

func (*RequestClarificationRequest) String

func (x *RequestClarificationRequest) String() string

type RequestClarificationResponse

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

func (*RequestClarificationResponse) Descriptor deprecated

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

Deprecated: Use RequestClarificationResponse.ProtoReflect.Descriptor instead.

func (*RequestClarificationResponse) GetClarification

func (x *RequestClarificationResponse) GetClarification() *resources.Clarification

func (*RequestClarificationResponse) ProtoMessage

func (*RequestClarificationResponse) ProtoMessage()

func (*RequestClarificationResponse) ProtoReflect

func (*RequestClarificationResponse) Reset

func (x *RequestClarificationResponse) Reset()

func (*RequestClarificationResponse) String

type SubscribeNotificationRequest

type SubscribeNotificationRequest struct {
	Endpoint string `protobuf:"bytes,1,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
	P256Dh   string `protobuf:"bytes,2,opt,name=p256dh,proto3" json:"p256dh,omitempty"`
	Auth     string `protobuf:"bytes,3,opt,name=auth,proto3" json:"auth,omitempty"`
	// contains filtered or unexported fields
}

func (*SubscribeNotificationRequest) Descriptor deprecated

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

Deprecated: Use SubscribeNotificationRequest.ProtoReflect.Descriptor instead.

func (*SubscribeNotificationRequest) GetAuth

func (x *SubscribeNotificationRequest) GetAuth() string

func (*SubscribeNotificationRequest) GetEndpoint

func (x *SubscribeNotificationRequest) GetEndpoint() string

func (*SubscribeNotificationRequest) GetP256Dh

func (x *SubscribeNotificationRequest) GetP256Dh() string

func (*SubscribeNotificationRequest) ProtoMessage

func (*SubscribeNotificationRequest) ProtoMessage()

func (*SubscribeNotificationRequest) ProtoReflect

func (*SubscribeNotificationRequest) Reset

func (x *SubscribeNotificationRequest) Reset()

func (*SubscribeNotificationRequest) String

type SubscribeNotificationResponse

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

func (*SubscribeNotificationResponse) Descriptor deprecated

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

Deprecated: Use SubscribeNotificationResponse.ProtoReflect.Descriptor instead.

func (*SubscribeNotificationResponse) ProtoMessage

func (*SubscribeNotificationResponse) ProtoMessage()

func (*SubscribeNotificationResponse) ProtoReflect

func (*SubscribeNotificationResponse) Reset

func (x *SubscribeNotificationResponse) Reset()

func (*SubscribeNotificationResponse) String

type UnsubscribeNotificationRequest

type UnsubscribeNotificationRequest struct {
	Endpoint string `protobuf:"bytes,1,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
	// contains filtered or unexported fields
}

func (*UnsubscribeNotificationRequest) Descriptor deprecated

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

Deprecated: Use UnsubscribeNotificationRequest.ProtoReflect.Descriptor instead.

func (*UnsubscribeNotificationRequest) GetEndpoint

func (x *UnsubscribeNotificationRequest) GetEndpoint() string

func (*UnsubscribeNotificationRequest) ProtoMessage

func (*UnsubscribeNotificationRequest) ProtoMessage()

func (*UnsubscribeNotificationRequest) ProtoReflect

func (*UnsubscribeNotificationRequest) Reset

func (x *UnsubscribeNotificationRequest) Reset()

func (*UnsubscribeNotificationRequest) String

type UnsubscribeNotificationResponse

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

func (*UnsubscribeNotificationResponse) Descriptor deprecated

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

Deprecated: Use UnsubscribeNotificationResponse.ProtoReflect.Descriptor instead.

func (*UnsubscribeNotificationResponse) ProtoMessage

func (*UnsubscribeNotificationResponse) ProtoMessage()

func (*UnsubscribeNotificationResponse) ProtoReflect

func (*UnsubscribeNotificationResponse) Reset

func (*UnsubscribeNotificationResponse) String

Jump to

Keyboard shortcuts

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