func NewGCRCredStore()

in store/store.go [90:94]


func NewGCRCredStore(path string) GCRCredStore {
	return &credStore{
		credentialPath: path,
	}
}