Versions in this module Expand all Collapse all v0 v0.1.9 Jan 23, 2021 Changes in this version type Tribool + func New(ints ...int) Tribool v0.1.8 Jan 18, 2021 Changes in this version type Tribool + func (t Tribool) Int() int v0.1.7 Dec 19, 2020 Changes in this version + type Tribool struct + Valid bool + Value int + func NewTribool(ints ...int) Tribool + func (t *Tribool) UnmarshalJSON(bs []byte) error + func (t Tribool) Bool() bool + func (t Tribool) MarshalJSON() ([]byte, error) + func (t Tribool) String() string