Versions in this module Expand all Collapse all v0 v0.2.0 Aug 19, 2024 Changes in this version type Replica + func (r *Replica) Run(errc chan<- error, sock net.Listener) v0.1.0 Aug 19, 2024 Changes in this version + type Replica struct + func New(conf config.ReplicaConfig) (srv *Replica, err error) + func (r *Replica) Serve(errc chan<- error) (err error) + func (r *Replica) Shutdown() (err error)