Skip to content

Commit

Permalink
format go
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiantao committed Jun 29, 2024
1 parent fe83168 commit 31b190f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 101 deletions.
63 changes: 0 additions & 63 deletions e2e/base/grpc.yml

This file was deleted.

18 changes: 0 additions & 18 deletions e2e/tests/grpc_json_transcoder.go

This file was deleted.

20 changes: 0 additions & 20 deletions e2e/tests/grpc_json_transcoder.yml

This file was deleted.

15 changes: 15 additions & 0 deletions types/plugins/grpc_json_transcoder/config.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
// Copyright The HTNN Authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

package grpc_json_transcoder

import (
grpc_json_transcoder "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/grpc_json_transcoder/v3"

"mosn.io/htnn/api/pkg/filtermanager/api"
"mosn.io/htnn/api/pkg/plugins"
)
Expand Down

0 comments on commit 31b190f

Please sign in to comment.