Skip to content

Commit

Permalink
Merge pull request #206 from brevdev/network-deprecation
Browse files Browse the repository at this point in the history
remove network logic cli
  • Loading branch information
carterabdallahbrev authored Nov 6, 2024
2 parents 9501426 + 726c833 commit 2e6c8a5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 191 deletions.
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.

0 comments on commit 2e6c8a5

Please sign in to comment.