Skip to content

Feature request: Improve reflection support  #40

@rFronteddu

Description

@rFronteddu

I am no expert on reflection in go but I was wondering if you had any plan to support reflection for base types such as the example that follows. I was surprised to have to use a custom parser (albeit a simple one) to parse a list of string and integers.

    list bar {
        key foo;
        leaf foo {
            type int32 {
                range "0..120";
            }
        }
        leaf baz {
            type string;
        }
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions