Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DurationValue ¶
func NewDurationValue ¶
func (DurationValue) Set ¶
func (d DurationValue) Set(raw string) error
func (DurationValue) String ¶
func (d DurationValue) String() string
type Float64Value ¶ added in v0.3.0
func NewFloat64Value ¶ added in v0.3.0
func (Float64Value) Set ¶ added in v0.3.0
func (f Float64Value) Set(raw string) error
func (Float64Value) String ¶ added in v0.3.0
func (f Float64Value) String() string
type Int64Value ¶ added in v0.3.0
func NewInt64Value ¶ added in v0.3.0
func (Int64Value) Set ¶ added in v0.3.0
func (i Int64Value) Set(raw string) error
func (Int64Value) String ¶ added in v0.3.0
func (i Int64Value) String() string
type IntValue ¶
func NewIntValue ¶
type StringValue ¶
func NewStringValue ¶
func (StringValue) Set ¶
func (s StringValue) Set(raw string) error
func (StringValue) String ¶
func (s StringValue) String() string
type Uint64Value ¶ added in v0.3.0
func NewUint64Value ¶ added in v0.3.0
func (Uint64Value) Set ¶ added in v0.3.0
func (u Uint64Value) Set(raw string) error
func (Uint64Value) String ¶ added in v0.3.0
func (u Uint64Value) String() string
type UintValue ¶ added in v0.3.0
func NewUintValue ¶ added in v0.3.0
Click to show internal directories.
Click to hide internal directories.