server

package
v1.0.8 Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2020 License: MIT Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	BuildVersion = ""
	BuildCommit  = ""
	BuildDate    = ""
	BuiltBy      = ""
)

Functions

func Start

func Start(opts Options) error

Types

type CharInfo

type CharInfo struct {
	ID         int    `json:"id"`
	Name       string `json:"name"`
	Experience int32  `json:"experience"`
}

type ItemRequest added in v1.0.4

type ItemRequest struct {
	Items    []item.Item                         `json:"items"`
	Equipped []*pb.EquippedInventorySaveGameData `json:"equipped"`
	Active   []int32                             `json:"active"`
}

type Options

type Options struct {
	Insecure   bool
	DefaultPwd string
}

Jump to

Keyboard shortcuts

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