Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceAccount ¶
type ServiceAccount struct { ProjectID string `json:"project_id"` ClientID string `json:"client_id"` ClientEmail string `json:"client_email"` }
ServiceAccount is google service account
func GetServiceAccount ¶
func GetServiceAccount() ServiceAccount
GetServiceAccount reads file which contains google service account credentials and parse it
Click to show internal directories.
Click to hide internal directories.