enums

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Oct 6, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Status

type Status int64
const (
	Status_UNKNOWN Status = 0
	Status_SUCCESS Status = 1
	Status_FAIL    Status = 2
)

func StatusFromString

func StatusFromString(s string) (Status, error)

func StatusPtr

func StatusPtr(v Status) *Status

func (*Status) Scan

func (p *Status) Scan(value interface{}) (err error)

func (Status) String

func (p Status) String() string

func (*Status) Value

func (p *Status) Value() (driver.Value, error)

Jump to

Keyboard shortcuts

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