UNPKG

134 BPlain TextView Raw
1package orion
2
3type Response struct {
4 Result interface{} `json:"res" msgpack:"res"`
5 Error error `json:"err" msgpack:"err"`
6}