Versions in this module Expand all Collapse all v0 v0.20.0 May 19, 2019 v0.19.0 Nov 7, 2018 Changes in this version + func TestDaemon(t *testing.T, opts TestDaemonOpts) (net.Addr, io.Closer) + type Daemon struct + func NewDaemon(opts DaemonOpts) *Daemon + func (d *Daemon) Addr() net.Addr + func (d *Daemon) Close() (err error) + func (d *Daemon) Run() (err error) + type DaemonOpts struct + DebugListener net.Listener + Logger log.Logger + MnemosyneAddress string + MnemosyneTLS bool + MnemosyneTLSCertFile string + Monitoring bool + PasswordBCryptCost int + PostgresAddress string + PostgresDebug bool + RPCListener net.Listener + TLS bool + TLSCertFile string + TLSKeyFile string + Test bool + type TestDaemonOpts struct + MnemosyneAddress string + PostgresAddress string + PostgresDebug bool