1 2 3 4 5 6 7 8 9 10
package api import "github.com/keys-pub/keys/dstore/events" // VaultResponse ... type VaultResponse struct { Vault []*events.Event `json:"vault"` Index int64 `json:"idx"` Truncated bool `json:"truncated,omitempty"` }