Documentation
¶
Index ¶
- type Object
- func (r *Object) Error() error
- func (r *Object) Filter(f func(idx int, obj interface{}) bool) *Object
- func (r *Object) Join(sep string) (string, error)
- func (r *Object) Map(f func(idx int, v interface{}) interface{}) *Object
- func (r *Object) Obj() (interface{}, error)
- func (r *Object) SetErr(err error) *Object
- func (r *Object) String() (res string, err error)
- func (r *Object) StringList() (res []string, err error)
- func (r *Object) ToList(resp interface{}) (err error)
- func (r *Object) Transfer(f func(obj interface{}) interface{}) *Object
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Object ¶
type Object struct {
// contains filtered or unexported fields
}
func (*Object) StringList ¶
Click to show internal directories.
Click to hide internal directories.