Skip to content

Add support for presence class in Go #763

@ghost

Description

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:

    container outer {
        container inner {
            presence true;
        }
    }
<outer>
  <inner/>
<outer>

Current Behavior

presence container is not supported in Go

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions