v1.8.0
This commit is contained in:
@@ -8,8 +8,8 @@ type Audit struct {
|
||||
}
|
||||
|
||||
// Builder for audit endpoint
|
||||
func New(client interfaces.Caller) *Audit {
|
||||
func New(client interfaces.Caller) *Audit{
|
||||
return &Audit{
|
||||
client: client,
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user