Added Fiber and layouts
This commit is contained in:
parent
f8e7ea482b
commit
63b19a249a
17 changed files with 331 additions and 37 deletions
7
models/job.go
Normal file
7
models/job.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package models
|
||||
|
||||
import "context"
|
||||
|
||||
type Job struct {
|
||||
Do func(ctx context.Context) error
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue