Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AllMessagesResponse ¶
type AllMessagesResponse struct {
Messages []Message `json:"messages"`
}
type ErrorResponse ¶
type ErrorResponse struct {
Errors []string `json:"errors"`
}
type GetMessageResponse ¶
type GetMessageResponse struct {
Message Message `json:"message"`
}
type NewMessageResponse ¶
Click to show internal directories.
Click to hide internal directories.