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