package
Version:
v1.6.7
Opens a new window with list of versions in this module.
Published: Mar 27, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package wrapper is used to create objects with the possibility of their subsequent rewriting.
type IWrapper interface {
Get() interface{}
Set(interface{}) IWrapper
}
Used to set values at the time of execution.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.