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

Feat: Add the plugin management API #747

Merged
merged 9 commits into from
Apr 11, 2023
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
imports
Signed-off-by: Qiaozp <[email protected]>
chivalryq committed Apr 7, 2023
commit 96f0a3dc009e90d748b07e9c13d482eaa27c0edc
5 changes: 3 additions & 2 deletions pkg/plugin/router/router_test.go
Original file line number Diff line number Diff line change
@@ -17,13 +17,14 @@ limitations under the License.
package router

import (
"github.com/julienschmidt/httprouter"
"github.com/stretchr/testify/assert"
"net/http"
"net/http/httptest"
"net/url"
"testing"

"github.com/julienschmidt/httprouter"
"github.com/stretchr/testify/assert"

"github.com/kubevela/velaux/pkg/plugin/types"
)