Versions in this module Expand all Collapse all v3 v3.4.16 Apr 15, 2021 Changes in this version + func Boolp(b bool) *bool + func GetBool(v *bool) (vv bool, set bool) + func MaybeUnmarshal(um Unmarshaler, data []byte) bool + func MustMarshal(m Marshaler) []byte + func MustUnmarshal(um Unmarshaler, data []byte) + type Marshaler interface + Marshal func() (data []byte, err error) + type Unmarshaler interface + Unmarshal func(data []byte) error v3.4.15-cyral.1 Apr 15, 2021 Other modules containing this package github.com/cyralinc/etcd