refactor: extracted restful helpers into their own composable struct
This commit is contained in:
@@ -11,6 +11,7 @@ import (
|
||||
|
||||
type playerRepository struct {
|
||||
sqlRepository
|
||||
sqlRestful
|
||||
}
|
||||
|
||||
func NewPlayerRepository(ctx context.Context, o orm.Ormer) model.PlayerRepository {
|
||||
|
||||
Reference in New Issue
Block a user