1
0
mirror of https://github.com/strongdm/comply synced 2024-07-05 08:11:48 +00:00
comply/internal/model/audit.go
2018-05-15 14:13:11 -07:00

7 lines
63 B
Go

package model
type Audit struct {
ID string
Name string
}