init push
This commit is contained in:
7
internal/domain/audit/repository.go
Normal file
7
internal/domain/audit/repository.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package audit
|
||||
|
||||
import "context"
|
||||
|
||||
type Repository interface {
|
||||
Create(ctx context.Context, entry *AuditLog) error
|
||||
}
|
||||
Reference in New Issue
Block a user