types

package
v1.0.5 Latest Latest
Warning

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

Go to latest
Published: Jun 19, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CliGameDataSeedResponse

type CliGameDataSeedResponse struct {
	Items []*models.Item `json:"items"`
}

type CloneEventRequest

type CloneEventRequest struct {
	ZonePrefix string                `json:"zonePrefix"`
	FromServer string                `json:"fromServer"`
	ToServers  []string              `json:"toServers"`
	TimeRanges map[string]*TimeRange `json:"timeRanges"`
	NameMap    map[string]string     `json:"nameMap"`
}

type PurgeCacheRequest

type PurgeCacheRequest struct {
	Name string      `json:"name"`
	Key  null.String `json:"key" swaggertype:"string"`
}

type TimeRange

type TimeRange struct {
	StartTime string      `json:"startTime"`
	EndTime   null.String `json:"endTime" swaggertype:"string"`
}

type UpdateNewEventRequest

type UpdateNewEventRequest struct {
	ArkZoneId    string      `json:"arkZoneId"`
	ZoneName     string      `json:"zoneName"`
	ZoneCategory string      `json:"zoneCategory"`
	ZoneType     null.String `json:"zoneType" swaggertype:"string"`
	Server       string      `json:"server"`

	TimeRange
}

Jump to

Keyboard shortcuts

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