Making sure the repositories implement their full interfaces
This commit is contained in:
@@ -38,3 +38,5 @@ func (r *propertyRepository) DefaultGet(id string, defaultValue string) (string,
|
||||
|
||||
return v, err
|
||||
}
|
||||
|
||||
var _ domain.PropertyRepository = (*propertyRepository)(nil)
|
||||
Reference in New Issue
Block a user