| 1170 | } |
| 1171 | |
| 1172 | type ObjectConsExpr struct { |
| 1173 | Items []ObjectConsItem |
| 1174 | |
| 1175 | SrcRange hcl.Range |
| 1176 | OpenRange hcl.Range |
| 1177 | } |
| 1178 | |
| 1179 | type ObjectConsItem struct { |
| 1180 | KeyExpr Expression |
nothing calls this directly
no outgoing calls
no test coverage detected