Versions in this module Expand all Collapse all v0 v0.2.0 Oct 30, 2024 v0.1.0 Apr 2, 2024 Changes in this version + type ClientManagerHandler interface + AddClient func(name string, address string) + RemoveClient func(name string, address string) + UpdateClient func(name string, address string, conn any) + type PickInfo struct + Hash string + Name string + type Watcher interface + Close func() + Pick func(*PickInfo) any + Remove func(addr string) + Update func(addr string, content any) + Watch func()