Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider interface { // NewRecorder returns an EventRecorder with given name. GetEventRecorderFor(name string) record.EventRecorder }
Provider knows how to generate new event recorders with given name.
Click to show internal directories.
Click to hide internal directories.