Documentation ¶
Index ¶
- func BuildRouteDynFieldService(ctx context.Context) (*service.DynFieldService, error)
- func BuildRouteDynSchemaService(ctx context.Context) (*service.DynSchemaService, error)
- func BuildRouteDynTabService(ctx context.Context) (*service.DynTabService, error)
- func BuildRouteRunLogService(ctx context.Context) (*service.RunLogService, error)
- func BuildRouteRunService(ctx context.Context) (*service.RunService, error)
- func BuildRouteTokenService(ctx context.Context) (*service.TokenService, error)
- func BuildRouteUserService(ctx context.Context) (*service.UserService, error)
- func BuildRouteWorkflowService(ctx context.Context) (*service.WorkflowService, error)
- func ContextDefaultData(ctx context.Context) (config.Configuration, *pgxpool.Pool, logging.Writer, string, error)
- func ContextLogger(ctx context.Context) (logging.Writer, error)
- func ContextParams(ctx context.Context) (params.Pagination, error)
- func ContextRequestID(ctx context.Context) (string, error)
- func ContextToken(ctx context.Context) (string, error)
- func ContextUserID(ctx context.Context) (string, error)
- func NewDynDataService(ctx context.Context, serviceConfig service.Config) (*service.DynDataService, error)
- func NewDynFieldService(ctx context.Context, serviceConfig service.Config) (*service.DynFieldService, error)
- func NewDynSchemaService(ctx context.Context, serviceConfig service.Config) (*service.DynSchemaService, error)
- func NewDynTabService(ctx context.Context, serviceConfig service.Config) (*service.DynTabService, error)
- func NewRunLogService(ctx context.Context, serviceConfig service.Config) (*service.RunLogService, error)
- func NewRunService(ctx context.Context, serviceConfig service.Config, task entity.Task) (*service.RunService, error)
- func NewTokenServiceAnonym(ctx context.Context, username string) (*service.TokenService, error)
- func NewUserServiceAnonym(ctx context.Context, username string) (*service.UserService, error)
- func NewWorkflowEngineService(ctx context.Context, cfg config.Configuration, ...) (*service.WorkflowEngineService, error)
- func NewWorkflowService(ctx context.Context, serviceConfig service.Config, scope string) (*service.WorkflowService, error)
- func WorkerExecution(ctx context.Context, serviceConfig service.Config, task entity.Task) error
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 ContextDefaultData ¶
func ContextParams ¶
func ContextParams(ctx context.Context) (params.Pagination, error)
func NewDynDataService ¶
func NewDynFieldService ¶
func NewDynSchemaService ¶
func NewDynTabService ¶
func NewRunLogService ¶
func NewRunService ¶
func NewTokenServiceAnonym ¶
func NewUserServiceAnonym ¶
func NewWorkflowEngineService ¶
func NewWorkflowEngineService(ctx context.Context, cfg config.Configuration, dynDataService *service.DynDataService) (*service.WorkflowEngineService, error)
func NewWorkflowService ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.