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

7 lines
63 B
Go
Raw Normal View History

2018-05-15 21:13:11 +00:00
package model
type Audit struct {
ID string
Name string
}