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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

### Breaking:

- refactor(ngwaf/v1/workspaces): move all workspace specific endpoints into the appropriate folder ([#708](https://github.com/fastly/go-fastly/pull/708))

### Enhancements:

### Bug fixes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package events
import (
"time"

"github.com/fastly/go-fastly/v10/fastly/ngwaf/v1/requests"
"github.com/fastly/go-fastly/v10/fastly/ngwaf/v1/workspaces/requests"
)

// Event is the API response structure for the get, list, and expire operations.
Expand Down