connect_resp

package
v0.0.0-...-b7eb296 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2021 License: Apache-2.0 Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Response

type Response struct {
	Type          string `json:"type"`
	SystemSeatIds []int  `json:"systemSeatIds"`
	MsgId         int    `json:"msgId"`
	ConnectResp   struct {
		Status      string `json:"status"`
		MajorVer    int    `json:"majorVer"`
		RevisionVer int    `json:"revisionVer"`
		BuildVer    int    `json:"buildVer"`
		ProtoVer    string `json:"protoVer"`
		Settings    struct {
			Stops                                  []Stop `json:"stops"`
			AutoPassOption                         string `json:"autoPassOption"`
			GraveyardOrder                         string `json:"graveyardOrder"`
			ManaSelectionType                      string `json:"manaSelectionType"`
			DefaultAutoPassOption                  string `json:"defaultAutoPassOption"`
			SmartStopsSetting                      string `json:"smartStopsSetting"`
			AutoTapStopsSetting                    string `json:"autoTapStopsSetting"`
			AutoOptionalPaymentCancellationSetting string `json:"autoOptionalPaymentCancellationSetting"`
			TransientStops                         []Stop `json:"transientStops"`
		} `json:"settings"`
		DeckMessage struct {
			DeckCards []int `json:"deckCards"`
		} `json:"deckMessage"`
	} `json:"connectResp"`
}

type Stop

type Stop struct {
	StopType  string `json:"stopType"`
	AppliesTo string `json:"appliesTo"`
	Status    string `json:"status"`
}

Jump to

Keyboard shortcuts

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