Skip to content

Commit bd716fc

Browse files
committed
doc comment
1 parent fdf5a8e commit bd716fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tftypes/value.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ type Value struct {
4646
typ Type
4747
value interface{}
4848

49+
// refinements represents the unknown value refinement data associated with this Value.
50+
// This field is only populated for unknown values.
4951
refinements refinement.Refinements
5052
}
5153

0 commit comments

Comments
 (0)