watch

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 30, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClientManagerHandler

type ClientManagerHandler interface {
	AddClient(name string, address string)
	UpdateClient(name string, address string, conn any)
	RemoveClient(name string, address string)
}

type PickInfo

type PickInfo struct {
	Name string
	Hash string
}

type Watcher

type Watcher interface {
	Watch()
	Pick(*PickInfo) any
	Update(addr string, content any)
	Remove(addr string)
	Close()
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL