move shared code to pkg.

This commit is contained in:
Miroslav Šedivý 2022-03-20 11:43:00 +01:00
parent 94c17e9a42
commit 8593d2d0fd
93 changed files with 132 additions and 133 deletions

View file

@ -6,7 +6,7 @@ import (
"github.com/pion/webrtc/v3"
"github.com/rs/zerolog"
"gitlab.com/demodesk/neko/server/internal/types"
"gitlab.com/demodesk/neko/server/pkg/types"
)
type WebRTCPeerCtx struct {