package
1.1.6
Repository: https://github.com/qingcloudhx/core.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
GetResolveDirectiveDetails breaks Resolution Directive into components.
GetResolverInfo gets the resolver name and position to start parsing the ResolutionDetails from.
IsResolveExpr determines if the provide expression string is a resolver expression, ie.
No description provided by the author
No description provided by the author
NewResolverInfo creates a ResolverInfo object.
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
ResolveDirectiveDetails is the Resolve Directive broken into components to assist in resolving the value.
ResolverInfo structure that contains information about the resolver.
No description provided by the author

# Interfaces

CompositeResolver is a resolver that is typically composed of other simple 'Resolvers', the specified directive is dispatched to the appropriate embedded resolvers.
Resolution structure that is allows for delayed resolving of values, the value can then be fully resolved calling GetValue for a particular scope.
Resolver is for resolving a value for a specific environment or construct, ex.

# Type aliases

DereferenceCleaner removes the dereference characters from the resolve directive.