v1
This commit is contained in:
@@ -12,6 +12,7 @@ import (
|
||||
|
||||
type AuditLogRepository interface {
|
||||
Create(ctx context.Context, obj *AuditLog) error
|
||||
BatchCreate(ctx context.Context, objs []*AuditLog) error
|
||||
List(ctx context.Context, q dto.SearchDto) ([]*AuditLog, int64, error)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user