mirror of
https://github.com/strongdm/comply
synced 2024-11-13 03:14:55 +00:00
7 lines
63 B
Go
7 lines
63 B
Go
|
package model
|
||
|
|
||
|
type Audit struct {
|
||
|
ID string
|
||
|
Name string
|
||
|
}
|