-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Expose various test types/functions/variables for other pac…
…kages. (#569) * refactor: Expose various test types/functions/variables for other packages. To support future API endpoints being located outside of the 'fastly' package, a number of types/functions/variables used in the implementations of those endpoints (and their unit tests) need to be exposed from the 'fastly' package. In addition, the 'fastly_test.go' file must be given a different name, as files named '..._test.go' cannot expose any of their declarations outside of their package. Finally, add support for Next-Gen WAF workspace IDs along side Delivery and Compute service IDs, as future API endpoints will require them. * Update fastly/fastly_test_utils.go Co-authored-by: Mark McDonnell <[email protected]> --------- Co-authored-by: Mark McDonnell <[email protected]>
- Loading branch information
1 parent
58e4f6e
commit 130b93c
Showing
180 changed files
with
2,516 additions
and
2,489 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.