Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IProxy ¶
type IProxy[T any] interface { Set(values ...T) IProxyOutput[T] }
type IProxyOutput ¶
type IProxyOutput[T any] interface { List() []T }
func Get ¶ added in v0.12.12
func Get[T any](scopeName string) IProxyOutput[T]
func NewProxy ¶
func NewProxy[T any](t ...T) IProxyOutput[T]
type StaticProxy ¶ added in v0.12.12
type StaticProxy[T any] struct { // contains filtered or unexported fields }
func (*StaticProxy[T]) List ¶ added in v0.12.12
func (s *StaticProxy[T]) List() []T
Click to show internal directories.
Click to hide internal directories.