package
1.0.1
Repository: https://github.com/e9ctrl/vd.git
Documentation: pkg.go.dev

# Functions

Parameter constructor, the constructor will automatically create the ConcreteParameter instance base on the value passed on in the params.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

ConcreteParameter[T paramType] hold the actual concrete value for each parameter created with New constructor.

# Interfaces

Parameter interface is responsible for wrapping ConcreteParameter struct, exposing all methods required.