Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRsourcesService ¶ added in v0.1.11
func NewRsourcesService(deploymentType deployment.Type) (rsources.JobService, error)
NewRsourcesService produces a rsources.JobService through environment configuration (env variables & config file)
Types ¶
type AppHandler ¶
type AppHandler interface { // Setup to be called only once before starting the app. Setup(*app.Options) error // StartRudderCore starts the app StartRudderCore(context.Context, *app.Options) error }
AppHandler starts the app
func GetAppHandler ¶
func GetAppHandler(application app.App, appType string, versionHandler func(w http.ResponseWriter, r *http.Request)) (AppHandler, error)
Click to show internal directories.
Click to hide internal directories.