Complete project pivot (#55)

Complete project pivot
This commit is contained in:
2022-01-12 08:57:21 +01:00
committed by GitHub
parent 40673c8ad3
commit 38231b70e6
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
}