Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EndpointEvent ¶
type EndpointEvent struct { // Type is the type of the event. Type EventType // Obj is the object that the event is about. Obj interface{} }
func NewEndpointEvent ¶
func NewEndpointEvent(t EventType, obj interface{}) *EndpointEvent
type EndpointWatcher ¶
type EndpointWatcher struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.