Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrStopRun = errors.New("ErrStopRun") ErrSelfDel = errors.New("ErrSelfDel") )
Functions ¶
This section is empty.
Types ¶
type Components ¶
type Components[T any] struct { // contains filtered or unexported fields }
func NewComps ¶
func NewComps[T any](c ...*Component[T]) *Components[T]
func (*Components[T]) Del ¶
func (t *Components[T]) Del(c ...*Component[T])
func (*Components[T]) DelAll ¶
func (t *Components[T]) DelAll()
func (*Components[T]) Put ¶
func (t *Components[T]) Put(c ...*Component[T])
Click to show internal directories.
Click to hide internal directories.