Documentation
¶
Index ¶
Constants ¶
View Source
const DockerImage = "mailserver/docker-mailserver"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AliasListResponse ¶
type AliasListResponse struct {
Aliases []AliasResponse `json:"aliases"`
}
type AliasResponse ¶
type EmailListResponse ¶
type EmailListResponse struct {
Emails []string `json:"emails"`
}
type ErrorResponse ¶
type ErrorResponse struct {
Error string `json:"error"`
}
type StatusResponse ¶
type StatusResponse struct {
Running bool `json:"running"`
}
Click to show internal directories.
Click to hide internal directories.