Versions in this module Expand all Collapse all v1 v1.7.0 Jun 18, 2015 Changes in this version + type NotVerifiedError string + func (e NotVerifiedError) Error() string type TrustStore + func (t *TrustStore) CheckKey(ns string, key []byte, perm uint16) (bool, error) + func (t *TrustStore) UpdateBase() v1.6.0 Apr 16, 2015 v1.3.0 Oct 15, 2014 Changes in this version + type TrustStore struct + func NewTrustStore(path string) (*TrustStore, error) + func (t *TrustStore) CmdCheckKey(job *engine.Job) engine.Status + func (t *TrustStore) CmdUpdateBase(job *engine.Job) engine.Status + func (t *TrustStore) Install(eng *engine.Engine) error