tfstated/pkg/model/version.go

15 lines
162 B
Go
Raw Normal View History

package model
import (
"time"
)
type Version struct {
AccountId int
Created time.Time
Data []byte
Id int
Lock *string
StateId int
}