Convert vagrantfile contents to protovalues

This commit is contained in:
Chris Roberts 2022-09-22 08:55:19 -07:00
parent f42269c584
commit 843d6bf2dc

View File

@ -18,8 +18,8 @@ type Vagrantfile struct {
gorm.Model
Format VagrantfileFormat
Unfinalized *ProtoRaw
Finalized *ProtoRaw
Unfinalized *ProtoValue
Finalized *ProtoValue
Raw []byte
Path string
}