Versions in this module Expand all Collapse all v1 v1.0.0 Oct 29, 2024 Changes in this version + type ServerSettings interface + CreateRoom func(ctx context.Context, token string, createRoom types.CreateRoomRequest) (err error) + GetConnectionsNum func(ctx context.Context, token string) (countConn int, exists bool, err error) + GetGameResults func(ctx context.Context, token string) (gameConfigResults []types.GameConfigResults, err error) + GetServerSettings func(ctx context.Context, token string) (settings types.Settings, err error) + HealthCheck func(ctx context.Context, token string) (exists bool, err error) + SetNotifyServer func(ctx context.Context, token string, id uuid.UUID, url string) (err error)