perms

package
v0.0.0-...-f388cdf Latest Latest
Warning

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

Go to latest
Published: May 27, 2017 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 Rank

type Rank struct {

	// RankName is the name of the rank.
	RankName string `json:"rank_name"`

	// RankOrderID is the order of the rank in the rank list.
	RankOrderID int64 `json:"rank_order_id"`

	// RankBase is the rank this rank is based off, nil or empty if no base rank.
	BaseRank string `json:"base_rank"`
}

Rank represents a rank on the server

func DeserializeRanks

func DeserializeRanks(inputJson string) []Rank

Jump to

Keyboard shortcuts

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