common

package
v0.0.0-...-f800b22 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2021 License: GPL-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 RESULT

type RESULT uint8

the result of a calling function

const (
	// CANCELED result.
	// it means operation was canceled!
	CANCELED RESULT = 2
	// success result.
	// it means operation was successful!
	SUCCESS RESULT = 1
	// failed result.
	// it means operation was NOT successful!
	FAILED RESULT = 0
)

Jump to

Keyboard shortcuts

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