first coomit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package persistence
|
||||
|
||||
|
||||
type DatabaseHandler interface {
|
||||
AddPlayer(Player)([]byte,error)
|
||||
FindPlayer([]byte)(Player,error)
|
||||
FindPlayerByName(string)(Player,error)
|
||||
FindAllAvailablePlayers()([]Player,error)
|
||||
}
|
||||
Reference in New Issue
Block a user