Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreatedHandlerFunc ¶
type CreatedHandlerFunc func(obj any)
type DeleteHandlerFunc ¶
type DeleteHandlerFunc func(obj any)
type IExternalClient ¶
type IExternalClient interface { Watch(errCh chan error) CreateHandler(CreatedHandlerFunc) UpdateHandler(UpdateHandlerFunc) DeleteHandler(DeleteHandlerFunc) }
type UpdateHandlerFunc ¶
type UpdateHandlerFunc func(obj any)
Click to show internal directories.
Click to hide internal directories.