Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

change proto package and go_package name #5

Merged
merged 1 commit into from
Nov 29, 2021
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
110 changes: 45 additions & 65 deletions api/v1alpha1/envoy_plugin.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions api/v1alpha1/envoy_plugin.proto
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ syntax = "proto3";
// :path:
// text: /{{$1}}
// parse_body_behavior: DontParse
import "pkg/apis/microservice/v1alpha1/plugin_manager.proto";
import "plugin_manager.proto";

package slime.microservice.v1alpha1;
package slime.microservice.plugin.v1alpha1;

option go_package = "slime.io/slime/modules/plugin/api/v1alpha1";

Expand Down
Loading