Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct {
// Id is registry id
Id string
// Type defines type of event
Type EventType
// Timestamp is event timestamp
Timestamp time.Time
// Service is registry service
Service *discovery.Service
}
Event is registry event
type WatchOption ¶
type WatchOption func(*WatchOptions)
type WatchOptions ¶
Click to show internal directories.
Click to hide internal directories.