Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SyncFnImpl ¶
type SyncFnImpl[T any] struct { // contains filtered or unexported fields }
SyncFnImpl is a test implementation of the sync* functions in the controller package.
func NewSyncFnImpl ¶
func NewSyncFnImpl[T any]() *SyncFnImpl[T]
NewSyncFnImpl creates a new SyncFnImpl.
func (*SyncFnImpl[T]) GetItems ¶
func (s *SyncFnImpl[T]) GetItems() []*T
GetItems returns a copy of the items.
Click to show internal directories.
Click to hide internal directories.