send_email

package
v1.0.8 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2017 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminClient

type AdminClient struct {

	/*Username - Descr: Username of the UAA admin client used to (idempotently) create the notifications client Default: admin
	 */
	Username interface{} `yaml:"username,omitempty"`

	/*Secret - Descr: Secret of the UAA admin client used to (idempotently) create the notifications client Default: <nil>
	 */
	Secret interface{} `yaml:"secret,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

type Client

type Client struct {

	/*Username - Descr: Username of the UAA client used to send mysql monitoring notifications Default: <nil>
	 */
	Username interface{} `yaml:"username,omitempty"`

	/*Secret - Descr: Secret of the UAA client used to send mysql monitoring notifications Default: <nil>
	 */
	Secret interface{} `yaml:"secret,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

type MysqlMonitoring

type MysqlMonitoring struct {

	/*Client - Descr: Secret of the UAA client used to send mysql monitoring notifications Default: <nil>
	 */
	Client *Client `yaml:"client,omitempty"`

	/*RecipientEmail - Descr: The email address to send mysql monitoring notifications to Default:
	 */
	RecipientEmail interface{} `yaml:"recipient_email,omitempty"`

	/*AdminClient - Descr: Secret of the UAA admin client used to (idempotently) create the notifications client Default: <nil>
	 */
	AdminClient *AdminClient `yaml:"admin_client,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

type SendEmailJob

type SendEmailJob struct {

	/*Domain - Descr: Domain reserved for CF operator, base URL where the login, uaa, and other non-user apps listen Default: <nil>
	 */
	Domain interface{} `yaml:"domain,omitempty"`

	/*Ssl - Descr: specifies that the job is allowed to skip ssl cert verification Default: false
	 */
	Ssl *Ssl `yaml:"ssl,omitempty"`

	/*MysqlMonitoring - Descr: The email address to send mysql monitoring notifications to Default:
	 */
	MysqlMonitoring *MysqlMonitoring `yaml:"mysql-monitoring,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

type Ssl

type Ssl struct {

	/*SkipCertVerify - Descr: specifies that the job is allowed to skip ssl cert verification Default: false
	 */
	SkipCertVerify interface{} `yaml:"skip_cert_verify,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

Jump to

Keyboard shortcuts

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