Skip to content

Commit

Permalink
resolve value
Browse files Browse the repository at this point in the history
  • Loading branch information
RangelReale committed Nov 29, 2024
1 parent 6d91135 commit 3bdf5ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resolve_value.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ type ResolveValueResolveData struct {
ResolveInfo any
}

var _ ResolveValue = ResolveValueResolveData{}

// ResolveValueResolve is a value to be resolved, with an option information parameter.
func ResolveValueResolve(options ...ResolveValueResolveOption) ResolveValueResolveData {
ret := ResolveValueResolveData{}
Expand Down

0 comments on commit 3bdf5ce

Please sign in to comment.