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