1
0
mirror of https://github.com/strongdm/comply synced 2024-09-29 06:30:59 +00:00
comply/internal/model/audit.go

7 lines
63 B
Go
Raw Permalink Normal View History

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