CloudFunctionAction

Defines some fields such as action, cmd and schema.

Description

The CloudFunctionAction defines some fields such as action, cmd and schema.

Fields

Action

Action to be executed

Action: http.HandlerFunc

Cmd

Command to call the action

Cmd: string

Schema

Schema to validate action parameters

Schema: *Schema