Versions in this module Expand all Collapse all v0 v0.1.3 Oct 31, 2024 v0.1.1 Oct 31, 2024 Changes in this version + const HostnameArg + func ParseFlags() (username string, password string, subscriptions, addrs []string, ...) + func ParseHostnames(list string) ([]string, error) + type Client struct + func New(username, password, addr string, opts []grpc.DialOption) *Client + func (c *Client) Get(path string) []*gnmi.Notification + func (c *Client) Subscribe(wg *sync.WaitGroup, subscriptions []string, publish PublishFunc) + type PublishFunc func(addr string, message proto.Message)