feat: publish standalone worker
Separate worker packaging and service lifecycle from the control plane.
Этот коммит содержится в:
7
app/models/concerns/renderable.go
Обычный файл
7
app/models/concerns/renderable.go
Обычный файл
@@ -0,0 +1,7 @@
|
||||
package concerns
|
||||
|
||||
// Renderable provides functionality.
|
||||
type Renderable struct {
|
||||
Raw string
|
||||
Rendered string
|
||||
}
|
||||
Ссылка в новой задаче
Block a user