fix urls
This commit is contained in:
parent
17bb653939
commit
7332fd6fad
24 changed files with 45 additions and 45 deletions
|
@ -8,10 +8,10 @@ import (
|
|||
"strconv"
|
||||
"testing"
|
||||
|
||||
"github.com/genudine/saerro-go/cmd/ws/eventhandler"
|
||||
"github.com/genudine/saerro-go/translators"
|
||||
"github.com/genudine/saerro-go/types"
|
||||
"github.com/genudine/saerro-go/util"
|
||||
"git.sapphic.engineer/ps2.live/saerro-go/cmd/ws/eventhandler"
|
||||
"git.sapphic.engineer/ps2.live/saerro-go/translators"
|
||||
"git.sapphic.engineer/ps2.live/saerro-go/types"
|
||||
"git.sapphic.engineer/ps2.live/saerro-go/util"
|
||||
)
|
||||
|
||||
const PreloadedCharacterCount = 45
|
||||
|
|
|
@ -4,9 +4,9 @@ import (
|
|||
"context"
|
||||
"database/sql"
|
||||
|
||||
"github.com/genudine/saerro-go/cmd/ws/ingest"
|
||||
"github.com/genudine/saerro-go/store"
|
||||
"github.com/genudine/saerro-go/types"
|
||||
"git.sapphic.engineer/ps2.live/saerro-go/cmd/ws/ingest"
|
||||
"git.sapphic.engineer/ps2.live/saerro-go/store"
|
||||
"git.sapphic.engineer/ps2.live/saerro-go/types"
|
||||
)
|
||||
|
||||
type IEventHandler interface {
|
||||
|
|
|
@ -5,9 +5,9 @@ import (
|
|||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/genudine/saerro-go/cmd/ws/ingest"
|
||||
"github.com/genudine/saerro-go/store/storemock"
|
||||
"github.com/genudine/saerro-go/types"
|
||||
"git.sapphic.engineer/ps2.live/saerro-go/cmd/ws/ingest"
|
||||
"git.sapphic.engineer/ps2.live/saerro-go/store/storemock"
|
||||
"git.sapphic.engineer/ps2.live/saerro-go/types"
|
||||
)
|
||||
|
||||
func getEventHandlerTestShim(t *testing.T) (EventHandler, context.Context, *storemock.MockPlayerStore, *storemock.MockVehicleStore) {
|
||||
|
|
|
@ -5,8 +5,8 @@ import (
|
|||
"fmt"
|
||||
"log"
|
||||
|
||||
"github.com/genudine/saerro-go/store"
|
||||
"github.com/genudine/saerro-go/types"
|
||||
"git.sapphic.engineer/ps2.live/saerro-go/store"
|
||||
"git.sapphic.engineer/ps2.live/saerro-go/types"
|
||||
)
|
||||
|
||||
type IIngest interface {
|
||||
|
|
|
@ -6,10 +6,10 @@ import (
|
|||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/genudine/saerro-go/cmd/ws/ingest"
|
||||
"github.com/genudine/saerro-go/store/storemock"
|
||||
"github.com/genudine/saerro-go/translators"
|
||||
"github.com/genudine/saerro-go/types"
|
||||
"git.sapphic.engineer/ps2.live/saerro-go/cmd/ws/ingest"
|
||||
"git.sapphic.engineer/ps2.live/saerro-go/store/storemock"
|
||||
"git.sapphic.engineer/ps2.live/saerro-go/translators"
|
||||
"git.sapphic.engineer/ps2.live/saerro-go/types"
|
||||
)
|
||||
|
||||
func mkIngest(t *testing.T) (context.Context, *ingest.Ingest, *storemock.MockPlayerStore, *storemock.MockVehicleStore) {
|
||||
|
|
|
@ -8,9 +8,9 @@ import (
|
|||
"syscall"
|
||||
"time"
|
||||
|
||||
"github.com/genudine/saerro-go/cmd/ws/eventhandler"
|
||||
"github.com/genudine/saerro-go/cmd/ws/wsmanager"
|
||||
"github.com/genudine/saerro-go/util"
|
||||
"git.sapphic.engineer/ps2.live/saerro-go/cmd/ws/eventhandler"
|
||||
"git.sapphic.engineer/ps2.live/saerro-go/cmd/ws/wsmanager"
|
||||
"git.sapphic.engineer/ps2.live/saerro-go/util"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
|
@ -3,7 +3,7 @@ package wsmanager
|
|||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/genudine/saerro-go/util"
|
||||
"git.sapphic.engineer/ps2.live/saerro-go/util"
|
||||
)
|
||||
|
||||
var experienceIDs = []int{
|
||||
|
|
|
@ -8,9 +8,9 @@ import (
|
|||
"log"
|
||||
"time"
|
||||
|
||||
"git.sapphic.engineer/ps2.live/saerro-go/cmd/ws/eventhandler"
|
||||
"git.sapphic.engineer/ps2.live/saerro-go/types"
|
||||
"github.com/coder/websocket"
|
||||
"github.com/genudine/saerro-go/cmd/ws/eventhandler"
|
||||
"github.com/genudine/saerro-go/types"
|
||||
)
|
||||
|
||||
type WebsocketManager struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue