Versions in this module Expand all Collapse all v1 v1.8.1 Mar 10, 2020 Changes in this version + func StartExecutor(logger *zap.Logger, functionNamespace string, envBuilderNamespace string, ...) error + type Executor struct + func MakeExecutor(logger *zap.Logger, cms *cms.ConfigSecretController, ...) (*Executor, error) + func (executor *Executor) GetHandler() http.Handler + func (executor *Executor) Serve(port int)