Versions in this module Expand all Collapse all v11 v11.3.3 Dec 13, 2022 Changes in this version + type APIServer struct + func New(cfg Config) (*APIServer, error) + func (s *APIServer) Serve() error + func (s *APIServer) Stop() + type Config struct + Daemon *daemon.Service + HostAddr string + ListeningC chan<- utils.NetAddr + Log logrus.FieldLogger + TshdServerCreds grpc.ServerOption + func (c *Config) CheckAndSetDefaults() error