Documentation
¶
Overview ¶
Package server is the RPC transport over the unix socket
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func New ¶
func New(logger *log.Logger, conn *connection.Service, subs *subscription.Service) *Server
func (*Server) AutoRefresh ¶
func (s *Server) AutoRefresh(done <-chan struct{})
Click to show internal directories.
Click to hide internal directories.