tribool

package
v0.3.7 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2018 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	False triboolImpl = iota
	True
	Indeterminate
)

Variables

View Source
var ErrInvalidJSONRepresentation = errors.New("invalid JSON representation")

Functions

This section is empty.

Types

type Tribool

type Tribool interface {
	fmt.Stringer
	json.Marshaler
	json.Unmarshaler
	IsTrue() bool
	IsFalse() bool
	IsIndeterminate() bool
	// contains filtered or unexported methods
}

Jump to

Keyboard shortcuts

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