wip: reorganized to go pkg structure
This commit is contained in:
committed by
=Michael Hohn
parent
198453ee90
commit
9750eeab20
4
pkg/agent/agent.go
Normal file
4
pkg/agent/agent.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package agent
|
||||
|
||||
type RunnerSingle struct {
|
||||
}
|
||||
4
pkg/agent/interfaces.go
Normal file
4
pkg/agent/interfaces.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package agent
|
||||
|
||||
type Runner interface {
|
||||
}
|
||||
Reference in New Issue
Block a user