Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Credentials ¶
type Credentials struct{}
Credentials contain GetService method that returns a gmail service.
func (*Credentials) GetService ¶
func (creds *Credentials) GetService() *gmail.Service
GetService will retrieve client credentials and return a gmail service. If any error is encountered, it will panic.
Click to show internal directories.
Click to hide internal directories.