Documentation
¶
Overview ¶
Package plugin provides typed helpers for composing Wago plugins.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ServiceKey ¶
type ServiceKey[T any] struct { // contains filtered or unexported fields }
func NewServiceKey ¶
func NewServiceKey[T any](name string) ServiceKey[T]
func (ServiceKey[T]) Name ¶
func (k ServiceKey[T]) Name() string
Click to show internal directories.
Click to hide internal directories.