analytics

package
v0.12.0 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GenerationRequest

type GenerationRequest struct {
	Duration        int      `json:"duration"`
	GameType        string   `json:"gameType"`
	GenerationCount int      `json:"generationCount"`
	Host            string   `json:"host"`
	ID              int      `json:"id"`
	MapType         string   `json:"mapType"`
	Parameters      []string `json:"parameters"`
	RequestID       string   `json:"requestId"`
	UserAgent       string   `json:"userAgent"`
}

type LoginRequest

type LoginRequest struct {
	Username string `json:"username"`
	Password string `json:"password"`
}

type LoginResponse

type LoginResponse struct {
	AccessToken  string `json:"access_token"`
	ExpiresIn    int    `json:"expires_in"`
	RefreshToken string `json:"refresh_token"`
	TokenType    string `json:"token_type"`
	Username     string `json:"username"`
}

Jump to

Keyboard shortcuts

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