Documentation
¶
Index ¶
- type Handlers
- func (h *Handlers) GetServer(ctx context.Context, params api.GetServerParams) (api.GetServerRes, error)
- func (h *Handlers) ListMultiplayerSummaries(ctx context.Context, params api.ListMultiplayerSummariesParams) ([]api.MultiplayerSummary, error)
- func (h *Handlers) ListServerStatistics(ctx context.Context, params api.ListServerStatisticsParams) (api.ListServerStatisticsRes, error)
- func (h *Handlers) ListServerSummaries(ctx context.Context, params api.ListServerSummariesParams) (api.ListServerSummariesRes, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handlers ¶
type Handlers struct {
// contains filtered or unexported fields
}
Handlers ...
func (*Handlers) GetServer ¶
func (h *Handlers) GetServer(ctx context.Context, params api.GetServerParams) (api.GetServerRes, error)
GetServer ...
func (*Handlers) ListMultiplayerSummaries ¶
func (h *Handlers) ListMultiplayerSummaries(ctx context.Context, params api.ListMultiplayerSummariesParams) ([]api.MultiplayerSummary, error)
ListMultiplayerSummaries ...
func (*Handlers) ListServerStatistics ¶
func (h *Handlers) ListServerStatistics(ctx context.Context, params api.ListServerStatisticsParams) (api.ListServerStatisticsRes, error)
ListServerStatistics ...
func (*Handlers) ListServerSummaries ¶
func (h *Handlers) ListServerSummaries(ctx context.Context, params api.ListServerSummariesParams) (api.ListServerSummariesRes, error)
ListServerSummaries ...
Click to show internal directories.
Click to hide internal directories.