task wip
This commit is contained in:
parent
172bf636d6
commit
a040d5d56c
6 changed files with 123 additions and 3 deletions
|
@ -7,8 +7,10 @@ type Config struct {
|
|||
}
|
||||
|
||||
type Server struct {
|
||||
Address string
|
||||
Database string
|
||||
Address string
|
||||
Database string
|
||||
HealthCheckCommand string
|
||||
TranscodeCommand string
|
||||
}
|
||||
|
||||
type Worker struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue