_codeMessage

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrNone    = New(0, "success")
	ErrDefault = New(1, "something goes wrong...!!!")
)

Functions

This section is empty.

Types

type CodeMessage

type CodeMessage struct {
	Code    int
	Message string
}

func New

func New(code int, message string) *CodeMessage

Jump to

Keyboard shortcuts

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