Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds interfaces for handling Magic Transit - Static Routes #652

Merged
merged 2 commits into from
Jun 3, 2021

Conversation

cehrig
Copy link
Contributor

@cehrig cehrig commented Jun 3, 2021

This PR implements methods for handling Magic Transit Static Routes

$ go test $(go list ./...) -v -run MagicTransitStaticRoute
=== RUN   TestListMagicTransitStaticRoutes
--- PASS: TestListMagicTransitStaticRoutes (0.00s)
=== RUN   TestGetMagicTransitStaticRoute
--- PASS: TestGetMagicTransitStaticRoute (0.00s)
=== RUN   TestCreateMagicTransitStaticRoutes
--- PASS: TestCreateMagicTransitStaticRoutes (0.00s)
=== RUN   TestUpdateMagicTransitStaticRoute
--- PASS: TestUpdateMagicTransitStaticRoute (0.00s)
=== RUN   TestDeleteMagicTransitStaticRoute
--- PASS: TestDeleteMagicTransitStaticRoute (0.00s)
PASS

@jacobbednarz jacobbednarz merged commit 393b8e2 into cloudflare:master Jun 3, 2021
@jacobbednarz
Copy link
Member

thanking you @cehrig 🍰

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants