Skip to content
Snippets Groups Projects
acme.yang-generated.tdltx 564 B
Newer Older
Package generated_from_acme_yang {
    Type String
    Type TODO_RESOLVE_REFERENCED
    Use "acme.yang" as SOURCE_MAPPING
    Structure system (
        string host_name,
        string_collection domain_search,
        system___login login
    )
    Type string
    Collection string_collection of string
    Structure system___login (
        string message,
        login___user_collection user
    )
    Structure login___user (
        string ^name,
        string full_name,
        string class
    )
    Collection login___user_collection of login___user
}