Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHTTPServer ¶
func NewHTTPServer(ctx context.Context, deps HTTPServerDependencies) *fiber.App
Types ¶
type HTTPServerDependencies ¶ added in v0.0.3
type HTTPServerDependencies struct {
Config domain.ExecutorConfig
ExecutorController *controllers.ExecutorController
KeyProvider middlewares.WorkspaceAPIKeyProvider
}
Click to show internal directories.
Click to hide internal directories.