pojo

package
v1.5.7 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Info

type Info struct {
	Name  string `json:"name"`
	Score int    `json:"score"`
}

func (Info) JavaClassName

func (m Info) JavaClassName() string

type Result

type Result struct {
	Code int32                  `json:"code"` // 0: success, [1, *): error
	Msg  string                 `json:"msg,omitempty"`
	Data map[string]interface{} `json:"data,omitempty"`
}

func (Result) JavaClassName

func (m Result) JavaClassName() string

func (*Result) Success

func (m *Result) Success() bool

Jump to

Keyboard shortcuts

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