root: initial merging of outpost and main project
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
6
internal/outpost/ak/outpost.go
Normal file
6
internal/outpost/ak/outpost.go
Normal file
@ -0,0 +1,6 @@
|
||||
package ak
|
||||
|
||||
type Outpost interface {
|
||||
Start() error
|
||||
Refresh() error
|
||||
}
|
||||
Reference in New Issue
Block a user