Documentation ¶
Index ¶
Constants ¶
View Source
const ( EndpointProbeEventBandwidth = "bandwidth" EndpointProbeEventEgressPriority = "egresspriority" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EndpointProbeEvent ¶
type EndpointProbeEvent struct { ID string Obj *ccev2.CCEEndpoint Type EndpointProbeEventType Err error // contains filtered or unexported fields }
type EndpointProbeEventHandler ¶
type EndpointProbeEventHandler interface { AcceptType() EndpointProbeEventType Handle(event *EndpointProbeEvent) (*ccev2.ExtFeatureStatus, error) }
type EndpointProbeEventType ¶
type EndpointProbeEventType string
Click to show internal directories.
Click to hide internal directories.