postgamecarnagereport

package
v1.0.5 Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler struct {
	Meta *meta.Meta
}

func (*Handler) DoGet

func (handler *Handler) DoGet(instanceId string) (*PostGameCarnageReport, error)

func (*Handler) GetMeta

func (handler *Handler) GetMeta() *meta.Meta

func (*Handler) NewEntity

func (handler *Handler) NewEntity() entity.Entity

type PostGameCarnageReport

type PostGameCarnageReport struct {
	Response RepsonseBody `json:"Response"`
	// contains filtered or unexported fields
}

func (*PostGameCarnageReport) GetRawJson

func (postGameCarnageReport *PostGameCarnageReport) GetRawJson() string

func (*PostGameCarnageReport) SetRawJson

func (postGameCarnageReport *PostGameCarnageReport) SetRawJson(rawJson string)

type RepsonseBasicValue

type RepsonseBasicValue struct {
	Value float64 `json:"value"`
}

type RepsonseBasicValueContainer

type RepsonseBasicValueContainer struct {
	Basic RepsonseBasicValue `json:"basic"`
}

type RepsonseBody

type RepsonseBody struct {
	Entries []RepsonseEntry `json:"entries"`
}

type RepsonseEntry

type RepsonseEntry struct {
	CharacterId string           `json:"characterId"`
	Extended    RepsonseExtended `json:"extended"`
}

type RepsonseExtended

type RepsonseExtended struct {
	Weapons []RepsonseWeapon `json:"weapons"`
}

type RepsonseWeapon

type RepsonseWeapon struct {
	ReferenceId int                  `json:"referenceId"`
	Values      RepsonseWeaponValues `json:"values"`
}

type RepsonseWeaponValues

type RepsonseWeaponValues struct {
	UniqueWeaponKills          RepsonseBasicValueContainer `json:"uniqueWeaponKills"`
	UniqueWeaponPrecisionKills RepsonseBasicValueContainer `json:"uniqueWeaponPrecisionKills"`
}

Jump to

Keyboard shortcuts

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