rpc

package
v0.0.0-...-eb3c019 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ApiSuccess = 0
	ApiErrMsg  = 500
)

Variables

This section is empty.

Functions

func InitRpc

func InitRpc()

Types

type ApiRet

type ApiRet struct {
	Code int32                  `json:"code"`
	Data map[string]interface{} `json:"data"`
	Msg  string                 `json:"msg"`
}

Jump to

Keyboard shortcuts

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