Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContentType ¶
type ContentType string
const ( ContentTypeShellScript ContentType = `text/x-shellscript; charset="us-ascii"` ContentTypeNodeConfig ContentType = "application/" + admapi.GroupName ContentTypeMultipart ContentType = `multipart/mixed; boundary="` + boundary + `"` )
type Entry ¶
type Entry struct { ContentType ContentType Content string }
Click to show internal directories.
Click to hide internal directories.