Documentation ¶
Index ¶
- func CreateEndpoint(ctx context.Context, req *api.CreateEndpoint) (*api.Endpoint, error)
- func CreateLambda(ctx context.Context, lambda CreateLambdaM, path string) (*api.Lambda, error)
- func CreateRuntime(ctx context.Context, name string, path string) (*api.Runtime, error)
- func DeployLambda(ctx context.Context, input CreateLambdaM, path string) (*api.Lambda, error)
- func DestroyLambda(ctx context.Context, id string) error
- func GetLambda(ctx context.Context, id string) (*api.Lambda, error)
- func GetRuntime(ctx context.Context, id string) (*api.Runtime, error)
- func ListEndpoints(ctx context.Context) ([]api.Endpoint, error)
- func ListLambdas(ctx context.Context) ([]api.Lambda, error)
- func ListRuntimes(ctx context.Context) ([]api.Runtime, error)
- func StartLambda(ctx context.Context, id string) (*api.Lambda, error)
- type CreateLambdaM
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateEndpoint ¶
func CreateLambda ¶
func CreateRuntime ¶
func DeployLambda ¶
Types ¶
type CreateLambdaM ¶
Click to show internal directories.
Click to hide internal directories.