Skip to content

Commit

Permalink
New mtn state. (#156)
Browse files Browse the repository at this point in the history
* [mtn] switch mtn state to boltdb
  • Loading branch information
dkarpukhin authored Sep 24, 2018
1 parent b5c2d51 commit 44904e1
Show file tree
Hide file tree
Showing 6 changed files with 295 additions and 101 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ before_install:

install:
- go env
- go get go.etcd.io/bbolt/...

script:
- make test
Expand Down
5 changes: 5 additions & 0 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions isolate/isolate.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ type (
Url string `json:"url,omitempty"`
Label string `json:"label,omitempty"`
Ident string `json:"ident,omitempty"`
DbPath string `json:"dbpath,omitempty"`
Headers map[string]string `json:"headers,omitempty"`
} `json:"mtn,omitempty"`
}
Expand Down
Loading

0 comments on commit 44904e1

Please sign in to comment.