1
0
mirror of https://github.com/strongdm/comply synced 2024-09-13 08:14:37 +00:00
comply/internal/model/audit.go

7 lines
63 B
Go
Raw Normal View History

2018-05-11 20:25:46 +00:00
package model
type Audit struct {
ID string
Name string
}