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_REQUEST]: SetPlatformExtraConfig support muti-key #188

Open
1 task done
imneov opened this issue May 6, 2022 · 0 comments
Open
1 task done

[FEAT_REQUEST]: SetPlatformExtraConfig support muti-key #188

imneov opened this issue May 6, 2022 · 0 comments
Assignees

Comments

@imneov
Copy link
Contributor

imneov commented May 6, 2022

What Is Your Expect


message GetPlatformConfigResponse {
  bytes extra = 1
      [ (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {
        description : "extra"
      } ];
}

message SetPlatformExtraConfigRequest {
  bytes extra_key = 1
  [ (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {
    description : "key"
  } ];
  bytes extra = 2
  [ (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {
    description : "extra"
  } ];
}

Code of Conduct

  • I agree to follow this project's Code of Conduct

Contact Details

No response

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

No branches or pull requests

2 participants