outpost: separate ak-api and proxy further for future outposts
This commit is contained in:
6
outpost/pkg/ak/outpost.go
Normal file
6
outpost/pkg/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