Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/PiotrFerenc/task-tower
/ types & classes
Types & classes
64 in github.com/PiotrFerenc/task-tower
⨍
Functions
206
◇
Types & classes
64
↓ 1 callers
FuncType
getTasksFunc
func() (<-chan amqp.Delivery, error)
internal/services/pipeline-service.go:118
Interface
Action
cmd/worker/actions/action.go:12
Struct
Actions
internal/controllers/rest-controller.go:78
Struct
Config
internal/configuration/configuration.go:18
Interface
Configuration
internal/configuration/configuration.go:36
Interface
Controller
internal/controllers/controller.go:3
Interface
ControllerClient
internal/controllers/controller-client.go:14
Struct
ControllerConfig
internal/configuration/configuration.go:31
Struct
DatabaseConfig
internal/configuration/configuration.go:24
Interface
Executor
internal/executor/executor.go:3
Struct
FolderConfig
internal/configuration/configuration.go:14
Struct
ForeachBody
internal/types/forEach.go:78
Struct
ForeachBody
api/types/stage.go:14
Struct
ForeachStep
internal/types/forEach.go:87
Struct
ForeachTask
api/types/stage.go:9
Struct
MapExecutor
internal/executor/map-executor.go:21
Interface
MessageQueue
internal/queues/message-queue.go:8
FuncType
OnMessageReceivedFunc
func(process *types.Process, queue queues.MessageQueue, service ProcessService)
internal/services/pipeline-service.go:165
Struct
Pipeline
api/types/pipeline.go:5
Interface
PipelineService
PipelineService is an interface for executing a pipeline of tasks. It defines a single method Run, which takes a pipeline and returns a unique identif
internal/services/pipeline-service.go:16
Struct
Process
internal/types/proces.go:12
Struct
ProcessEntity
internal/repositories/postgres-repository.go:87
Interface
ProcessRepository
internal/repositories/process-repository.go:8
Struct
ProcessResponse
internal/controllers/rest-controller.go:152
Interface
ProcessService
internal/services/process-service.go:8
Struct
Property
cmd/worker/actions/action.go:19
Struct
QueueConfig
internal/configuration/configuration.go:3
Struct
RabbitClient
RabbitClient represents a client for interacting with RabbitMQ. conn: Represents RabbitMQ connection. ch: Represents RabbitMQ channel.
internal/queues/rabbitmq-queue.go:207
Struct
Step
internal/types/proces.go:21
Struct
StepEntity
internal/repositories/postgres-repository.go:92
TypeAlias
StepStatus
internal/types/proces.go:30
Struct
Task
api/types/stage.go:3
Interface
Worker
internal/workers/worker.go:3
Struct
addToProject
cmd/worker/actions/dotnet/add-nuget.go:37
Struct
addToSln
cmd/worker/actions/dotnet/add-to-sln.go:44
Struct
addnumbers
cmd/worker/actions/math/add-numbers.go:8
Struct
appendContentToFile
cmd/worker/actions/file/file-append.go:11
Struct
archiveToFile
cmd/worker/actions/zip/zip-create.go:13
Struct
checkFolder
cmd/worker/actions/folder/folder-exist.go:11
Struct
classLib
cmd/worker/actions/dotnet/create-classlib.go:11
Struct
client
internal/controllers/controller-client.go:17
Struct
configuration
internal/configuration/yml-configuration.go:9
Struct
console
cmd/worker/actions/others/console.go:9
Struct
contentToFile
cmd/worker/actions/file/file-create.go:11
Struct
controller
internal/controllers/rest-controller.go:17
Struct
createFolder
cmd/worker/actions/folder/folder-create.go:11
Struct
deleteFile
cmd/worker/actions/file/file-delete.go:11
Struct
deleteFolder
cmd/worker/actions/folder/folder-delete.go:11
Struct
dockerContainer
cmd/worker/actions/docker/docker-run.go:44
Struct
dockerImage
cmd/worker/actions/docker/docker-build.go:36
Struct
dockerRemoveContainer
cmd/worker/actions/docker/docker-remove.go:10
Struct
executor
internal/executor/map-executor.go:24
Struct
forEachLoop
cmd/worker/actions/common/for-each.go:30
Struct
gitClone
cmd/worker/actions/git/git-clone.go:11
Struct
gitCommit
cmd/worker/actions/git/git-commit.go:12
Struct
gitCreateBranch
cmd/worker/actions/git/git-branch.go:11
Struct
mongoDbRepository
internal/repositories/mongodb-repository.go:15
Struct
pipelineService
internal/services/pipeline-service.go:20
Struct
processService
internal/services/process-service.go:14
Struct
queue
internal/queues/rabbitmq-queue.go:19
Struct
renameFolder
cmd/worker/actions/folder/folder-rename.go:11
Struct
repository
internal/repositories/postgres-repository.go:17
Struct
solutionFile
cmd/worker/actions/dotnet/create-sln.go:11
Struct
worker
internal/workers/rest-worker.go:9