Skip to content

Commit 16da4e5

Browse files
reorg v2
1 parent c0a29a1 commit 16da4e5

90 files changed

Lines changed: 250 additions & 245 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

pkg/commands/commands.go

Lines changed: 111 additions & 111 deletions
Large diffs are not rendered by default.

pkg/commands/ngwaf/accountcountrylist/doc.go

Lines changed: 0 additions & 2 deletions
This file was deleted.

pkg/commands/ngwaf/accountiplist/doc.go

Lines changed: 0 additions & 2 deletions
This file was deleted.

pkg/commands/ngwaf/accountsignallist/doc.go

Lines changed: 0 additions & 2 deletions
This file was deleted.

pkg/commands/ngwaf/accountstringlist/doc.go

Lines changed: 0 additions & 2 deletions
This file was deleted.

pkg/commands/ngwaf/accountwildcardlist/doc.go

Lines changed: 0 additions & 2 deletions
This file was deleted.

pkg/commands/ngwaf/accountcountrylist/accountcountrylist_test.go renamed to pkg/commands/ngwaf/countrylist/countrylist_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package accountcountrylist_test
1+
package countrylist_test
22

33
import (
44
"bytes"
@@ -9,7 +9,7 @@ import (
99
"testing"
1010

1111
root "github.com/fastly/cli/pkg/commands/ngwaf"
12-
sub "github.com/fastly/cli/pkg/commands/ngwaf/accountcountrylist"
12+
sub "github.com/fastly/cli/pkg/commands/ngwaf/countrylist"
1313
fstfmt "github.com/fastly/cli/pkg/fmt"
1414
"github.com/fastly/cli/pkg/testutil"
1515
"github.com/fastly/go-fastly/v12/fastly/ngwaf/v1/lists"

pkg/commands/ngwaf/accountcountrylist/create.go renamed to pkg/commands/ngwaf/countrylist/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package accountcountrylist
1+
package countrylist
22

33
import (
44
"errors"

pkg/commands/ngwaf/accountcountrylist/delete.go renamed to pkg/commands/ngwaf/countrylist/delete.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package accountcountrylist
1+
package countrylist
22

33
import (
44
"errors"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Package countrylist contains commands to inspect and manipulate NGWAF account-level country lists.
2+
package countrylist

0 commit comments

Comments
 (0)