cluster

package
v0.0.0-...-3bc260b Latest Latest
Warning

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

Go to latest
Published: May 9, 2019 License: Apache-2.0 Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ReqParam

type ReqParam struct {
	Token string `json:"token"`
}

type ResParam

type ResParam struct {
	CID   string `json:"cid"`
	CKey  string `json:"ckey"`
	UID   string `json:"uid"`
	Name  string `json:"name"`
	Token string `json:"token"`
}

func GetList

func GetList(token string) ([]ResParam, error)

type RetStruct

type RetStruct struct {
	Status  int        `json:"status"`
	Message string     `json:"message"`
	Data    []ResParam `json:"data"`
}

Jump to

Keyboard shortcuts

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