feat: with initial
This commit is contained in:
commit
b98dfdf210
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.shuttle
|
3
shuttle.yaml
Normal file
3
shuttle.yaml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
plan: false
|
||||||
|
vars:
|
||||||
|
name: clank-shuttle-infrastructure-plan
|
5
shuttletask/go.mod
Normal file
5
shuttletask/go.mod
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
module shuttletask
|
||||||
|
|
||||||
|
go 1.20
|
||||||
|
|
||||||
|
replace github.com/lunarway/shuttle => github.com/kjuulh/shuttle v0.0.0-20230406144450-c44ea3d9ff41
|
0
shuttletask/go.sum
Normal file
0
shuttletask/go.sum
Normal file
9
shuttletask/init.go
Normal file
9
shuttletask/init.go
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
import "context"
|
||||||
|
|
||||||
|
func Init(ctx context.Context) error {
|
||||||
|
println("init")
|
||||||
|
|
||||||
|
return nil
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user