outpost: separate ak-api and proxy further for future outposts

This commit is contained in:
Jens Langhammer
2021-01-16 21:41:39 +01:00
parent 87b830ff9a
commit 8fef839965
19 changed files with 392 additions and 318 deletions

View File

@ -0,0 +1,6 @@
package ak
type Outpost interface {
Start() error
Refresh() error
}