removed godeps in favour of glide

This commit is contained in:
2017-04-10 22:02:42 +01:00
parent e604245f3c
commit f81dfa1ca5
7 changed files with 39 additions and 58 deletions

View File

@@ -16,12 +16,14 @@ import (
"gopkg.in/gin-gonic/gin.v1"
)
// Item holds the data.
type Item struct {
Data string `json:"data"`
Expiry time.Time `json:"expiryData"`
TTL int32 `json:"ttl"`
}
// Vault holds the vault data and key.
type Vault struct {
Vault string `json:"vault"`
Key string `json:"key"`