Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHandler ¶
func NewHandler(ctx context.Context) (*function.FunctionHandler, error)
Types ¶
type GCP ¶
type GCP interface { GetFunction(context.Context, *functionspb.GetFunctionRequest, ...gax.CallOption) (*functionspb.Function, error) GenerateUploadUrl(context.Context, *functionspb.GenerateUploadUrlRequest, ...gax.CallOption) (*functionspb.GenerateUploadUrlResponse, error) CreateFunction(context.Context, *functionspb.CreateFunctionRequest, ...gax.CallOption) (*cloudfunction.CreateFunctionOperation, error) UpdateFunction(context.Context, *functionspb.UpdateFunctionRequest, ...gax.CallOption) (*cloudfunction.UpdateFunctionOperation, error) DeleteFunction(context.Context, *functionspb.DeleteFunctionRequest, ...gax.CallOption) (*cloudfunction.DeleteFunctionOperation, error) }
type Storage ¶
type Storage interface {
Bucket(string) *storage.BucketHandle
}
Click to show internal directories.
Click to hide internal directories.