component

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: May 21, 2024 License: MPL-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CancelFn

type CancelFn = context.CancelFunc

type ConsistentStore

type ConsistentStore interface {
	// contains filtered or unexported methods
}

type WatchEvent

type WatchEvent struct {
	Path string
	Ev   []struct {
		Key       string
		EventType WatchEventType
	}
}

type WatchEventType

type WatchEventType int
const (
	WatchEventUnknown WatchEventType = iota
	WatchEventCreated
	WatchEventModified
	WatchEventDelete
)

Jump to

Keyboard shortcuts

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