Documentation ¶ Index ¶ type SendgridCLient func (s SendgridCLient) Delete(path string) (*rest.Response, error) func (s SendgridCLient) Get(path string) (*rest.Response, error) func (s SendgridCLient) Post(path, body string) (*rest.Response, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type SendgridCLient ¶ type SendgridCLient struct { APIKey string Host string } func (SendgridCLient) Delete ¶ func (s SendgridCLient) Delete(path string) (*rest.Response, error) func (SendgridCLient) Get ¶ func (s SendgridCLient) Get(path string) (*rest.Response, error) func (SendgridCLient) Post ¶ func (s SendgridCLient) Post(path, body string) (*rest.Response, error) Source Files ¶ View all Source files sendgrid.go Click to show internal directories. Click to hide internal directories.