package
1.2.0-rc
Repository: https://github.com/go-spring/spring-core.git
Documentation: pkg.go.dev

# Functions

Bind creates a Callable by binding arguments to a function.
Index creates an IndexArg with the given index and argument.
MustBind binds arguments to a function and panics if an error occurs.
NewArgList creates and validates an ArgList for the specified function.
Nil returns a ValueArg with a value of nil.
Option creates a binding for an option function argument.
Tag creates a TagArg with the given tag.
Value returns a ValueArg with the specified value.

# Structs

ArgList represents a list of arguments for a function.
Callable wraps a function and its binding arguments.
IndexArg represents an argument that has an index.
OptionArg represents a binding for an option function argument.
TagArg represents an argument that has a tag for binding or autowiring.
ValueArg represents an argument with a fixed value.

# Interfaces

CallableFunc is a function that can be called.