Skip to content

Commit

Permalink
doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
austinvalle committed Nov 26, 2024
1 parent fdf5a8e commit bd716fc
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 bd716fc

Please sign in to comment.