Documentation ¶ Index ¶ Variables type Mapi func (mi Mapi) Interface() interface{} func (mi Mapi) MarshalJSON() ([]byte, error) func (mi Mapi) Pluck(s string) (interface{}, error) func (mi Mapi) String() string func (mi *Mapi) UnmarshalJSON(b []byte) error Constants ¶ This section is empty. Variables ¶ View Source var ErrNotFound = fmt.Errorf("not found") Functions ¶ This section is empty. Types ¶ type Mapi ¶ type Mapi map[string]interface{} func (Mapi) Interface ¶ func (mi Mapi) Interface() interface{} func (Mapi) MarshalJSON ¶ func (mi Mapi) MarshalJSON() ([]byte, error) func (Mapi) Pluck ¶ func (mi Mapi) Pluck(s string) (interface{}, error) func (Mapi) String ¶ func (mi Mapi) String() string func (*Mapi) UnmarshalJSON ¶ func (mi *Mapi) UnmarshalJSON(b []byte) error Source Files ¶ View all Source files mapi.go Click to show internal directories. Click to hide internal directories.