Documentation
¶
Index ¶
- type QArg
- func (o *QArg) DoError(obj interface{}, stackskip int) *QArg
- func (o *QArg) Get(index int) (interface{}, error)
- func (o *QArg) GetBool(index int, def bool) (bool, error)
- func (o *QArg) GetFloat32(index int, def float32) (float32, error)
- func (o *QArg) GetFloat64(index int, def float64) (float64, error)
- func (o *QArg) GetInt(index int, def int) (int, error)
- func (o *QArg) GetInt64(index int, def int64) (int64, error)
- func (o *QArg) GetMap(index int, def bool) (map[string]interface{}, error)
- func (o *QArg) GetSlice(index int) ([]interface{}, error)
- func (o *QArg) GetSliently(index int) interface{}
- func (o *QArg) GetSringMap(index int, def bool) (map[string]string, error)
- func (o *QArg) GetStr(index int, def string) (string, error)
- func (o *QArg) GetStringSlice(index int) ([]string, error)
- func (o *QArg) GetTime(index int, def *time.Time) (*time.Time, error)
- func (o *QArg) Push(v interface{}) *QArg
- func (o *QArg) Pushes(v ...interface{}) *QArg
- func (o *QArg) Recover()
- func (o *QArg) Set(index int, val interface{}) *QArg
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.