releasestate

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type State

type State string

State ...

const (
	// InProgress ...
	InProgress State = "in_progress"
	// Cancelled ...
	Cancelled State = "cancelled"
	// Approved ...
	Approved State = "approved"
	// Rejected ...
	Rejected State = "rejected"
)

func (State) IsFinal

func (t State) IsFinal() bool

IsFinal returns whether this is a final state.

func (*State) Scan

func (t *State) Scan(value interface{}) error

Scan ...

func (State) Value

func (t State) Value() (driver.Value, error)

Value ...

Jump to

Keyboard shortcuts

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