Add KV datastore

Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
Emile Vauge
2016-08-16 19:13:18 +02:00
parent 38b62d4ae3
commit 5a0440d6f8
21 changed files with 498 additions and 46 deletions

View File

@@ -21,6 +21,8 @@ import (
"github.com/gambol99/go-marathon"
)
var _ Provider = (*Marathon)(nil)
// Marathon holds configuration of the Marathon provider.
type Marathon struct {
BaseProvider