README ¶ presenter presenter for JSON API Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type Std func (s *Std) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Std ¶ type Std struct { Ok bool `json:"ok"` Result interface{} `json:"result,omitempty"` ErrorCode int `json:"error_code,omitempty"` ErrorDescription string `json:"description,omitempty"` } func (*Std) String ¶ func (s *Std) String() string Source Files ¶ View all Source files std.go Click to show internal directories. Click to hide internal directories.