1
0
mirror of https://github.com/strongdm/comply synced 2024-07-07 17:01:47 +00:00
comply/internal/model/audit.go
2018-05-09 18:02:33 -07:00

7 lines
63 B
Go

package model
type Audit struct {
ID string
Name string
}