8 lines
131 B
Go
8 lines
131 B
Go
package portal
|
|
|
|
import "github.com/speedrunsh/speedrun/proto/portal"
|
|
|
|
type Server struct {
|
|
portal.DRPCPortalUnimplementedServer
|
|
}
|