client.go 85 B

123456
  1. package sendgrid
  2. type SharedOpts struct {
  3. APIKey string
  4. SenderEmail string
  5. }