Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateOrUpdateFunc ¶
type CustomHandler ¶
func NewCustomHandler ¶
func NewCustomHandler[T types.Object](createOrUpdate CreateOrUpdateFunc[T], delete DeleteFunc[T]) *CustomHandler[T]
func (*CustomHandler[T]) CreateOrUpdate ¶
func (h *CustomHandler[T]) CreateOrUpdate(ctx context.Context, object T) error
type NopHandler ¶
func NewNopHandler ¶
func NewNopHandler[T types.Object]() *NopHandler[T]
func (*NopHandler[T]) CreateOrUpdate ¶
func (h *NopHandler[T]) CreateOrUpdate(ctx context.Context, object T) error
Click to show internal directories.
Click to hide internal directories.