Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MessageResponse ¶
type MessageResponse struct {
Message string `json:"message"`
}
func (*MessageResponse) Encode ¶
func (m *MessageResponse) Encode() ([]byte, error)
type ResponseDelayLogNormalPayloadView ¶ added in v1.0.0
type ResponseDelayLogNormalPayloadView struct {
Data []ResponseDelayLogNormalView `json:"data"`
}
type ResponseDelayLogNormalView ¶ added in v1.0.0
type ResponseDelayPayloadView ¶
type ResponseDelayPayloadView struct {
Data []ResponseDelayView `json:"data"`
}
type ResponseDelayView ¶
Click to show internal directories.
Click to hide internal directories.