wrapper

package
v1.6.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 27, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package wrapper is used to create objects with the possibility of their subsequent rewriting.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IWrapper

type IWrapper interface {
	Get() interface{}
	Set(interface{}) IWrapper
}

func NewWrapper

func NewWrapper() IWrapper

Used to set values at the time of execution.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL