package webmail import "encoding/json" //easyjson:json type Result struct { Ok string `json:"result" yaml:"result"` Error json.Number `json:"errno" yaml:"errno"` } //easyjson:json type ResultList []string