Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHandler ¶
func NewHandler(ctx context.Context) (*apigateway.ApiGatewayHandler, error)
Types ¶
type GCP ¶
type GCP interface { CreateGateway(ctx context.Context, req *apigatewaypb.CreateGatewayRequest, opts ...gax.CallOption) (*gcpapigateway.CreateGatewayOperation, error) DeleteGateway(ctx context.Context, req *apigatewaypb.DeleteGatewayRequest, opts ...gax.CallOption) (*gcpapigateway.DeleteGatewayOperation, error) GetGateway(ctx context.Context, req *apigatewaypb.GetGatewayRequest, opts ...gax.CallOption) (*apigatewaypb.Gateway, error) UpdateGateway(ctx context.Context, req *apigatewaypb.UpdateGatewayRequest, opts ...gax.CallOption) (*gcpapigateway.UpdateGatewayOperation, error) }
Click to show internal directories.
Click to hide internal directories.