package
Version:
v0.0.0-...-79153e9
Opens a new window with list of versions in this module.
Published: Sep 19, 2017
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Bool type Param
GetKey returns key of Param
func (b Bool) GetRaw() interface{}
GetRaw returns value of Param as interface{}
String returns string representation of param value
Duration type Param
GetKey returns key of Param
GetRaw returns value of Param as interface{}
String returns string representation of param value
Error type Param
GetKey returns key of Param
func (e Error) GetRaw() interface{}
GetRaw returns value of Param as interface{}
String returns string representation of param value
Float64 type Param
GetKey returns key of Param
func (f Float64) GetRaw() interface{}
GetRaw returns value of Param as interface{}
String returns string representation of param value
Int type Param
GetKey returns key of Param
func (i Int) GetRaw() interface{}
GetRaw returns value of Param as interface{}
String returns string representation of param value
Int64 type Param
GetKey returns key of Param
func (i Int64) GetRaw() interface{}
GetRaw returns value of Param as interface{}
String returns string representation of param value
type Nil struct {
Key string
}
Nil is Param with nil value
GetKey returns key of Param
func (n Nil) GetRaw() interface{}
GetRaw returns value of Param as interface{}
String returns string representation of param value
type String struct {
Key, Value string
}
String type Param
GetKey returns key of Param
func (s String) GetRaw() interface{}
GetRaw returns value of Param as interface{}
String returns string representation of param value
Source Files
¶
Click to show internal directories.
Click to hide internal directories.