Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CfgSrcAdaptation ¶
type CfgSrcAdaptation[S, T any] struct { // contains filtered or unexported fields }
func MakeCfgSrcAdaptation ¶
func MakeCfgSrcAdaptation[S, T any]( targetSrc *func() T, adapter CfgSrcAdapter[S, T], ) CfgSrcAdaptation[S, T]
func (CfgSrcAdaptation[S, T]) SetOrigin ¶
func (s CfgSrcAdaptation[S, T]) SetOrigin(originSrc CfgSrc[S])
type CfgSrcAdapter ¶
type CfgSrcAdapter[S, T any] func(S) T
Click to show internal directories.
Click to hide internal directories.