Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BucketAccessor ¶
type BucketAccessor struct {
// contains filtered or unexported fields
}
BucketAccessor ...
func NewBucketAccessor ¶
func NewBucketAccessor(serviceAccountJSONContent, bucket string) (*BucketAccessor, error)
NewBucketAccessor ...
func (BucketAccessor) GetExpiringURL ¶
func (a BucketAccessor) GetExpiringURL(originalURL string) (string, error)
GetExpiringURL ...
type SecretAccessor ¶
type SecretAccessor struct {
// contains filtered or unexported fields
}
SecretAccessor ...
func NewSecretAccessor ¶
func NewSecretAccessor(serviceAccountJSONContent, projectID string) (*SecretAccessor, error)
NewSecretAccessor ...
Click to show internal directories.
Click to hide internal directories.