Skip to content

Commit

Permalink
refactor(computeacls): remove reference to API version
Browse files Browse the repository at this point in the history
  • Loading branch information
philippschulte committed Jan 24, 2025
1 parent 2c36a68 commit 3cafb0a
Show file tree
Hide file tree
Showing 18 changed files with 9 additions and 12 deletions.
3 changes: 0 additions & 3 deletions fastly/computeacl/v1/doc.go

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package v1
package computeacls

import (
"encoding/json"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package v1
package computeacls

import (
"net/http"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package v1
package computeacls

import (
"encoding/json"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package v1
package computeacls

import (
"encoding/json"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package v1
package computeacls

import (
"encoding/json"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package v1
package computeacls

import (
"encoding/json"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package v1
package computeacls

// ComputeACL is the API response structure for the create and describe operations.
type ComputeACL struct {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package v1
package computeacls

import (
"net"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package v1
package computeacls

import (
"net/http"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3cafb0a

Please sign in to comment.