Versions in this module Expand all Collapse all v3 v3.9.1 May 31, 2021 Changes in this version + type LibKV struct + func NewBoltDB(u *url.URL) (*LibKV, error) + func NewConsul(u *url.URL) (*LibKV, error) + func (kv *LibKV) List(path string) ([]byte, error) + func (kv *LibKV) Login() error + func (kv *LibKV) Logout() + func (kv *LibKV) Read(path string) ([]byte, error) Other modules containing this package github.com/duffpl/gomplate