style: align struct fields in config, domain, and auth
This commit is contained in:
@@ -82,4 +82,3 @@ func truthy(v string) bool {
|
|||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -18,4 +18,3 @@ type AuditEvent struct {
|
|||||||
type AuditService interface {
|
type AuditService interface {
|
||||||
Record(ctx context.Context, event AuditEvent) error
|
Record(ctx context.Context, event AuditEvent) error
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user