Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnsureTempDirEnv ¶ added in v1.3.0
func EnsureTempDirEnv()
func InjectEnvSlice ¶
func InjectEnvSlice(slice []interface{})
Types ¶
type Configurable ¶
type ListenerFunc ¶ added in v1.3.0
func (ListenerFunc[T]) NotifyChanged ¶ added in v1.3.0
func (f ListenerFunc[T]) NotifyChanged(init bool, old T, new T)
type Value ¶ added in v1.3.0
type Value[T comparable] struct { // contains filtered or unexported fields }
func NewConfigValue ¶ added in v1.3.0
func NewConfigValue[T comparable]() *Value[T]
func (*Value[T]) AddListener ¶ added in v1.3.0
func (*Value[T]) GetInitNotifyChannel ¶ added in v1.3.0
func (self *Value[T]) GetInitNotifyChannel() <-chan struct{}
func (*Value[T]) RemoveListener ¶ added in v1.3.0
Click to show internal directories.
Click to hide internal directories.