comply/internal/model/audit.go

7 lines
63 B
Go

package model
type Audit struct {
ID string
Name string
}