cmd

package
v0.0.0-...-edb0f33 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2019 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute()

Types

type ResLoadChain

type ResLoadChain struct {
	// contains filtered or unexported fields
}

func (ResLoadChain) Error

func (resp ResLoadChain) Error() string

func (ResLoadChain) Info

func (resp ResLoadChain) Info() string

func (ResLoadChain) Success

func (resp ResLoadChain) Success() bool

type ResLoadWorld

type ResLoadWorld struct {
	// contains filtered or unexported fields
}

func (ResLoadWorld) Error

func (resp ResLoadWorld) Error() string

func (ResLoadWorld) Info

func (resp ResLoadWorld) Info() string

func (ResLoadWorld) Success

func (resp ResLoadWorld) Success() bool

type ResLogin

type ResLogin struct {
	// contains filtered or unexported fields
}

func (ResLogin) Error

func (resp ResLogin) Error() string

func (ResLogin) Info

func (resp ResLogin) Info() string

func (ResLogin) Success

func (resp ResLogin) Success() bool

type ResSetup

type ResSetup struct {
	// contains filtered or unexported fields
}

func (ResSetup) Error

func (resp ResSetup) Error() string

func (ResSetup) Info

func (resp ResSetup) Info() string

func (ResSetup) Success

func (resp ResSetup) Success() bool

type ResStart

type ResStart struct {
	// contains filtered or unexported fields
}

func (ResStart) Error

func (resp ResStart) Error() string

func (ResStart) Info

func (resp ResStart) Info() string

func (ResStart) Success

func (resp ResStart) Success() bool

type Response

type Response interface {
	Info() string
	Error() string
	Success() bool
}

Jump to

Keyboard shortcuts

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