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

OneOf (partial implementation) #169

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open

OneOf (partial implementation) #169

wants to merge 19 commits into from

Conversation

Alma-media
Copy link
Member

Includes:

  • oneof schema definition (from protobuf)
  • generate proto schema
  • JSON/XML

Required:

  • openapi3 support
  • add oneof support to protobuf codec

@Alma-media Alma-media self-assigned this Nov 12, 2020
Comment on lines +1 to +13
log_level = "$LOG_LEVEL"

protobuffers = ["./proto/*.proto"]

include = ["flow.hcl"]

grpc {
address = ":50051"
}

http {
address = ":8080"
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it is best to exclude this example from the master branch.

@veger veger force-pushed the master branch 2 times, most recently from 274c7c0 to 9eb5c6f Compare May 3, 2021 08:24
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

Successfully merging this pull request may close these issues.

None yet

2 participants