Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetReq ¶
type GetReq struct {
ID string `json:"id"`
}
func (GetReq) MarshalEasyJSON ¶
MarshalEasyJSON supports easyjson.Marshaler interface
func (GetReq) MarshalJSON ¶
MarshalJSON supports json.Marshaler interface
func (*GetReq) UnmarshalEasyJSON ¶
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*GetReq) UnmarshalJSON ¶
UnmarshalJSON supports json.Unmarshaler interface
type GetResp ¶
type GetResp struct { ID string `json:"id"` CreatedAt time.Time `json:"created_at"` UpdatedAt *time.Time `json:"updated_at"` Payload string `json:"payload"` IsError bool `json:"is_error"` }
func (GetResp) MarshalEasyJSON ¶
MarshalEasyJSON supports easyjson.Marshaler interface
func (GetResp) MarshalJSON ¶
MarshalJSON supports json.Marshaler interface
func (*GetResp) UnmarshalEasyJSON ¶
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*GetResp) UnmarshalJSON ¶
UnmarshalJSON supports json.Unmarshaler interface
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func (Service) MarshalEasyJSON ¶
MarshalEasyJSON supports easyjson.Marshaler interface
func (Service) MarshalJSON ¶
MarshalJSON supports json.Marshaler interface
func (*Service) UnmarshalEasyJSON ¶
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*Service) UnmarshalJSON ¶
UnmarshalJSON supports json.Unmarshaler interface
Click to show internal directories.
Click to hide internal directories.