constant

package
v0.0.0-...-d6791e1 Latest Latest
Warning

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

Go to latest
Published: Aug 28, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RoleError = struct {
	RoleNameAlreadyExist resp.ErrorResponse
	RoleNotFound         resp.ErrorResponse
}{
	RoleNameAlreadyExist: resp.ErrorResponse{
		Code:       "00003001",
		Message:    "role_name_already_exist",
		StatusCode: http.StatusBadRequest,
	},
	RoleNotFound: resp.ErrorResponse{
		Code:       "00003002",
		Message:    "role_not_found",
		StatusCode: http.StatusNotFound,
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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