Skip to content

Commit

Permalink
doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
austinvalle committed Jan 16, 2025
1 parent d2809a8 commit f977ddc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tftypes/value.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ type Value struct {
typ Type
value interface{}

// refinements represents the unknown value refinement data associated with this Value.
// This field is only populated for unknown values.
refinements refinement.Refinements
}

Expand Down

0 comments on commit f977ddc

Please sign in to comment.