Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntValue ¶
type IntValue struct {
// contains filtered or unexported fields
}
func NewIntValue ¶
type StringValue ¶
type StringValue struct {
// contains filtered or unexported fields
}
func NewStringValue ¶
func NewStringValue(validity time.Duration) *StringValue
func (*StringValue) GetCached ¶
func (v *StringValue) GetCached() (string, bool)
func (*StringValue) HasValue ¶
func (v *StringValue) HasValue() bool
func (*StringValue) Set ¶
func (v *StringValue) Set(value string)
Click to show internal directories.
Click to hide internal directories.