Versions in this module Expand all Collapse all v0 v0.2.2 Oct 26, 2021 Changes in this version + const MaxMessageSize + type Config struct + Cluster json.RawMessage + DBPath string + EncryptionConfig json.RawMessage + GrpcListen string + Listen string + LoggingLevel string + StoreConfig json.RawMessage + VarzPath string + func (c *Config) Encryption(encrConfig json.RawMessage) EncryptionConfig + func (c *Config) Store(storeConfig json.RawMessage) StoreConfig + type EncryptionConfig struct + Identifier string + Key string + Sealed bool + Timestamp uint32 + type StoreConfig struct + Reset bool v0.2.2-alpha Oct 26, 2021