Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions pkg/cmd/tasks/tasks.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (
breverrors "github.com/brevdev/brev-cli/pkg/errors"
"github.com/brevdev/brev-cli/pkg/k8s"
"github.com/brevdev/brev-cli/pkg/ssh"
"github.com/brevdev/brev-cli/pkg/store"
"github.com/brevdev/brev-cli/pkg/tasks"
"github.com/brevdev/brev-cli/pkg/terminal"
"github.com/hashicorp/go-multierror"
Expand All @@ -24,9 +23,7 @@ type TaskStore interface {
k8s.K8sStore
CopyBin(targetBin string) error
WriteString(path, data string) error
RegisterNode(publicKey string) error
GetOrCreateFile(path string) (afero.File, error)
GetNetworkAuthKey() (*store.GetAuthKeyResponse, error)
GetCurrentWorkspaceID() (string, error)
GetWorkspace(workspaceID string) (*entity.Workspace, error)
GetCurrentUser() (*entity.User, error)
Expand Down
188 changes: 0 additions & 188 deletions pkg/store/network.go

This file was deleted.