Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ContentType ¶
type ContentType string
ContentType content-type of message
const ( // ContentTypeHTML "text/html" ContentTypeHTML ContentType = "text/html" // ContentTypePlain "text/plain" ContentTypePlain ContentType = "text/plain" )
Click to show internal directories.
Click to hide internal directories.