Documentation ¶
Index ¶
- func RecoverPanicHTTP(w http.ResponseWriter, msg string)
- type Runtime
- func (r *Runtime) GetHandler() interface{}
- func (r *Runtime) Name() ofctx.Runtime
- func (r *Runtime) RegisterCloudEventFunction(ctx context.Context, funcContext ofctx.RuntimeContext, ...) error
- func (r *Runtime) RegisterHTTPFunction(ctx ofctx.RuntimeContext, prePlugins []plugin.Plugin, ...) error
- func (r *Runtime) RegisterOpenFunction(ctx ofctx.RuntimeContext, prePlugins []plugin.Plugin, ...) error
- func (r *Runtime) Start(ctx context.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RecoverPanicHTTP ¶
func RecoverPanicHTTP(w http.ResponseWriter, msg string)
Types ¶
type Runtime ¶
type Runtime struct {
// contains filtered or unexported fields
}
func NewKnativeRuntime ¶
func (*Runtime) GetHandler ¶
func (r *Runtime) GetHandler() interface{}
func (*Runtime) RegisterCloudEventFunction ¶
func (*Runtime) RegisterHTTPFunction ¶
func (*Runtime) RegisterOpenFunction ¶
Click to show internal directories.
Click to hide internal directories.