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