models

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 10, 2024 License: MIT Imports: 0 Imported by: 0

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 AliasResponse struct {
	Alias string `json:"alias"`
	Email string `json:"email"`
}

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL