mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 18:47:29 -04:00
Replace GraphQL server with Connect RPC
This commit is contained in:
12
proto/scope/scope.proto
Normal file
12
proto/scope/scope.proto
Normal file
@ -0,0 +1,12 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package hetty.scope.v1;
|
||||
|
||||
option go_package = "github.com/dstotijn/hetty/pkg/scope";
|
||||
|
||||
message ScopeRule {
|
||||
string url_regexp = 1;
|
||||
string header_key_regexp = 2;
|
||||
string header_value_regexp = 3;
|
||||
string body_regexp = 4;
|
||||
}
|
Reference in New Issue
Block a user