We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue tracker is ONLY used for reporting bugs. Please use the YDK Community for any support issues.
Encoding the YDK Go API for below YANG model should produce below output:
container outer { container inner { presence true; } }
<outer> <inner/> <outer>
presence container is not supported in Go
The text was updated successfully, but these errors were encountered:
the fix can be something like this https://play.golang.org/
Sorry, something went wrong.
CiscoDevNet#763: Adding support for presence type in golan
b7e1575
fixed
Merge pull request #782 from ylil93/master
ef8deb2
#763: Adding support for presence type in golan
b3628ba
ylil93
No branches or pull requests
Issue tracker is ONLY used for reporting bugs. Please use the YDK Community for any support issues.
Expected Behavior
Encoding the YDK Go API for below YANG model should produce below output:
Current Behavior
presence container is not supported in Go
The text was updated successfully, but these errors were encountered: