wip: reorganized to go pkg structure

This commit is contained in:
Michael Hohn
2024-05-15 15:57:27 -07:00
committed by =Michael Hohn
parent 198453ee90
commit 9750eeab20
27 changed files with 90 additions and 92 deletions

4
pkg/agent/agent.go Normal file
View File

@@ -0,0 +1,4 @@
package agent
type RunnerSingle struct {
}

4
pkg/agent/interfaces.go Normal file
View File

@@ -0,0 +1,4 @@
package agent
type Runner interface {
}