Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSRequest ¶
type JSRequest struct {
Method string `json:"method"`
Headers map[string]string `json:"headers"`
Url string `json:"url"`
}
func (JSRequest) MarshalEasyJSON ¶
MarshalEasyJSON supports easyjson.Marshaler interface
func (*JSRequest) UnmarshalEasyJSON ¶
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
type JSResponse ¶
type JSResponse struct {
}
Click to show internal directories.
Click to hide internal directories.