Complete project pivot (#55)

Complete project pivot
This commit is contained in:
2022-01-12 08:57:21 +01:00
committed by GitHub
parent 70aa5332a9
commit bd581db472
46 changed files with 2638 additions and 1396 deletions

7
pkg/portal/server.go Normal file
View File

@@ -0,0 +1,7 @@
package portal
import "github.com/speedrunsh/speedrun/proto/portal"
type Server struct {
portal.DRPCPortalUnimplementedServer
}