Versions in this module Expand all Collapse all v1 v1.75.0 Mar 17, 2026 Changes in this version + type Client struct + func NewClient(socketPath string) (*Client, error) + func (c *Client) Close() + func (c *Client) Get(ctx context.Context, paths ...string) ([]byte, error) + type Server struct + func NewServer(logger *log.Logger) *Server + func (s *Server) Register(method string, url string, handler func(http.ResponseWriter, *http.Request)) + func (s *Server) Start(socketPath string) error