Documentation
¶
Index ¶
- type Value
- func (referenceValue *Value) ClonePtr() *Value
- func (referenceValue *Value) FullString() string
- func (referenceValue *Value) FullStringPtr() *string
- func (referenceValue *Value) IsEqual(another *Value) bool
- func (referenceValue *Value) String() string
- func (referenceValue *Value) StringWithoutType() string
- func (referenceValue *Value) StringWithoutTypePtr() *string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Value ¶
type Value struct { VariableName string Value interface{} // contains filtered or unexported fields }
func (*Value) FullString ¶
func (*Value) FullStringPtr ¶
func (*Value) StringWithoutType ¶
func (*Value) StringWithoutTypePtr ¶
Click to show internal directories.
Click to hide internal directories.