Update pkg references
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
|
||||
"github.com/apex/log"
|
||||
|
||||
"github.com/speedrunsh/speedrun/proto/portal"
|
||||
"github.com/dpogorzelski/speedrun/proto/portal"
|
||||
)
|
||||
|
||||
func (s *Server) RunCommand(ctx context.Context, in *portal.CommandRequest) (*portal.CommandResponse, error) {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package portal
|
||||
|
||||
import "github.com/speedrunsh/speedrun/proto/portal"
|
||||
import "github.com/dpogorzelski/speedrun/proto/portal"
|
||||
|
||||
type Server struct {
|
||||
portal.DRPCPortalUnimplementedServer
|
||||
|
||||
@@ -7,7 +7,7 @@ import (
|
||||
|
||||
"github.com/apex/log"
|
||||
"github.com/coreos/go-systemd/v22/dbus"
|
||||
"github.com/speedrunsh/speedrun/proto/portal"
|
||||
"github.com/dpogorzelski/speedrun/proto/portal"
|
||||
)
|
||||
|
||||
func (s *Server) ServiceRestart(ctx context.Context, service *portal.ServiceRequest) (*portal.ServiceResponse, error) {
|
||||
|
||||
Reference in New Issue
Block a user