Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNotFound = errors.New("not found") ErrIfaceNotFound = errors.New("iface not found") )
Functions ¶
This section is empty.
Types ¶
type Identifier ¶
type Identifier struct {
// contains filtered or unexported fields
}
func NewIdentifier ¶
func NewIdentifier() *Identifier
func (*Identifier) OnOffline ¶
func (i *Identifier) OnOffline(fn func(id string))
func (*Identifier) Watch ¶
func (i *Identifier) Watch(ctx context.Context, config WatchConfig) error
Click to show internal directories.
Click to hide internal directories.