bean

package
v3.0.1 Latest Latest
Warning

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

Go to latest
Published: May 16, 2023 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RespResult

type RespResult struct {
	Code    string          `json:"code"` // = "success"
	Message string          `json:"message,omitempty"`
	Data    json.RawMessage `json:"data,omitempty"` //Data is bean.response.Xxx
}

RespResult ***

func NewRespResult

func NewRespResult() *RespResult

NewRespResult ***

func (*RespResult) ToString

func (o *RespResult) ToString() string

ToString get the string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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