Documentation ¶
Index ¶
- Constants
- func Struct(dst interface{}) *destination
- type Any
- type Date
- type Image
- type Info
- func (i Info) Append(bts []byte) Info
- func (i Info) Bytes() []byte
- func (i Info) LastError() error
- func (i Info) Slice(start int, end int) Info
- func (i Info) String() string
- func (i Info) WriteToBytes(bts []byte) error
- func (i Info) WriteToPath(path string) error
- func (i Info) WriteToReader(w io.Writer) error
- type Request
- type Result
- type ResultArray
- type T
- type Ticker
Constants ¶
View Source
const Addr addr = iota
View Source
const Array arr = iota
View Source
const Captcha captcha = iota
View Source
const Cmd cm = iota
View Source
const Conv conv = iota
View Source
const Crypto crypto = iota
View Source
const Dir di = iota
View Source
const FULL = "2006-01-02 15:04:05"
View Source
const File fi = iota
View Source
const Goroutine goroutine = iota
View Source
const HMS = "15:04:05"
View Source
const HttpClient hc = iota
View Source
const Json json = iota
View Source
const Net ne = iota
View Source
const Process pro = iota
View Source
const Rand rd = iota
View Source
const Signal sig = iota
View Source
const String str = iota
View Source
const Structure structure = iota
View Source
const System system = iota
View Source
const Ternary ternary = iota
View Source
const Time ti = iota
View Source
const YMD = "2006-01-02"
View Source
const Zip zip = iota
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Image ¶
Image struct
type Info ¶
type Info struct {
// contains filtered or unexported fields
}
func (Info) WriteToBytes ¶
func (Info) WriteToPath ¶
type Request ¶
type Request struct {
// contains filtered or unexported fields
}
func (*Request) RequestHeader ¶
func (*Request) ResponseHeader ¶
type Result ¶ added in v1.1.1
type Result struct {
// contains filtered or unexported fields
}
func (Result) Array ¶ added in v1.1.1
func (r Result) Array() ResultArray
type ResultArray ¶ added in v1.1.1
type ResultArray []jsoniter.Any
func (ResultArray) Float64 ¶ added in v1.1.1
func (a ResultArray) Float64() []float64
func (ResultArray) Get ¶ added in v1.1.1
func (a ResultArray) Get(path ...interface{}) ResultArray
func (ResultArray) Int ¶ added in v1.1.1
func (a ResultArray) Int() []int
func (ResultArray) String ¶ added in v1.1.1
func (a ResultArray) String() []string
Click to show internal directories.
Click to hide internal directories.