lobby still nothing doer
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
package lobby
|
||||
|
||||
import "context"
|
||||
|
||||
type Lobby interface{}
|
||||
|
||||
type lobby struct{}
|
||||
|
||||
func NewLobby(ctx context.Context) (Lobby, error) {
|
||||
return lobby{}, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user