bootstrap

package
v0.0.0-...-63fb21e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 3, 2024 License: GPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuildRouteDynFieldService

func BuildRouteDynFieldService(ctx context.Context) (*service.DynFieldService, error)

func BuildRouteDynSchemaService

func BuildRouteDynSchemaService(ctx context.Context) (*service.DynSchemaService, error)

func BuildRouteDynTabService

func BuildRouteDynTabService(ctx context.Context) (*service.DynTabService, error)

func BuildRouteRunLogService

func BuildRouteRunLogService(ctx context.Context) (*service.RunLogService, error)

func BuildRouteRunService

func BuildRouteRunService(ctx context.Context) (*service.RunService, error)

func BuildRouteTokenService

func BuildRouteTokenService(ctx context.Context) (*service.TokenService, error)

func BuildRouteUserService

func BuildRouteUserService(ctx context.Context) (*service.UserService, error)

func BuildRouteWorkflowService

func BuildRouteWorkflowService(ctx context.Context) (*service.WorkflowService, error)

func ContextLogger

func ContextLogger(ctx context.Context) (logging.Writer, error)

func ContextParams

func ContextParams(ctx context.Context) (params.Pagination, error)

func ContextRequestID

func ContextRequestID(ctx context.Context) (string, error)

func ContextToken

func ContextToken(ctx context.Context) (string, error)

func ContextUserID

func ContextUserID(ctx context.Context) (string, error)

func NewDynDataService

func NewDynDataService(ctx context.Context, serviceConfig service.Config) (*service.DynDataService, error)

func NewDynFieldService

func NewDynFieldService(ctx context.Context, serviceConfig service.Config) (*service.DynFieldService, error)

func NewDynSchemaService

func NewDynSchemaService(ctx context.Context, serviceConfig service.Config) (*service.DynSchemaService, error)

func NewDynTabService

func NewDynTabService(ctx context.Context, serviceConfig service.Config) (*service.DynTabService, error)

func NewRunLogService

func NewRunLogService(ctx context.Context, serviceConfig service.Config) (*service.RunLogService, error)

func NewRunService

func NewRunService(ctx context.Context, serviceConfig service.Config, task entity.Task) (*service.RunService, error)

func NewTokenServiceAnonym

func NewTokenServiceAnonym(ctx context.Context, username string) (*service.TokenService, error)

func NewUserServiceAnonym

func NewUserServiceAnonym(ctx context.Context, username string) (*service.UserService, error)

func NewWorkflowEngineService

func NewWorkflowEngineService(ctx context.Context, cfg config.Configuration, dynDataService *service.DynDataService) (*service.WorkflowEngineService, error)

func NewWorkflowService

func NewWorkflowService(ctx context.Context, serviceConfig service.Config, scope string) (*service.WorkflowService, error)

func WorkerExecution

func WorkerExecution(ctx context.Context, serviceConfig service.Config, task entity.Task) error

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL