Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMissingFields = errors.New("not enough fields in file")
Functions ¶
This section is empty.
Types ¶
type Credentials ¶
type Credentials struct {
// contains filtered or unexported fields
}
func NewCredentials ¶
func NewCredentials(project string, cs credentialsStorer) Credentials
func (Credentials) Add ¶
func (c Credentials) Add() error
func (Credentials) Export ¶
func (c Credentials) Export(filename, sep string) error
func (Credentials) Import ¶
func (c Credentials) Import(filename, sep string) error
func (Credentials) Print ¶
func (c Credentials) Print() error
Click to show internal directories.
Click to hide internal directories.