Versions in this module Expand all Collapse all v0 v0.0.43 Jul 7, 2025 Changes in this version + type Client struct + func NewClient(cfg Config) (*Client, error) + func (c *Client) Close() error + func (c *Client) GetConfig() (*pb.Config, error) + func (c *Client) GetRuleStatus(ruleName string) (*pb.Rule, error) + func (c *Client) ListWatchedPaths() ([]string, error) + func (c *Client) Ping() error + func (c *Client) TriggerRule(ruleName string) (*pb.TriggerRuleResponse, error) + type Config struct + Address string + RequestTimeout time.Duration