lang

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(c *gin.Context)

Types

type Error

type Error string
const (
	NoError     Error = ""
	ErrBindJSON Error = "ErrBindJSON"
	ErrUnknown  Error = "ErrUnknown"
)

type ResponseObj

type ResponseObj struct {
	Status string      `json:"status"`
	Error  string      `json:"error,omitempty"`
	Data   lang.Output `json:"-"`
}

Jump to

Keyboard shortcuts

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