Versions in this module Expand all Collapse all v1 v1.3.1 Jul 11, 2018 v1.3.0 Jun 10, 2018 Changes in this version + const ConfigBucket + type DB struct + Publisher pubsub.Publisher + func NewDB(db *bolt.DB, pub pubsub.Publisher) (*DB, error) + func (db *DB) AddToken(consumerKey string, json []byte) error + func (db *DB) DEPKeypair() (key *rsa.PrivateKey, cert *x509.Certificate, err error) + func (db *DB) DEPTokens() ([]config.DEPToken, error) + func (db *DB) PushCertificate() (*tls.Certificate, error) + func (db *DB) PushTopic() (string, error) + func (db *DB) SavePushCertificate(cert, key []byte) error