Codebase list golang-github-imdario-mergo / 18f57d5a-0950-4899-8617-373d03194f34/main testdata / thing.yml
18f57d5a-0950-4899-8617-373d03194f34/main

Tree @18f57d5a-0950-4899-8617-373d03194f34/main (Download .tar.gz)

thing.yml @18f57d5a-0950-4899-8617-373d03194f34/mainraw · history · blame

1
2
3
4
5
6
fields:
    id: int
    name: string
    parent: ref "datu:thing"
    status: enum(draft, public, private)
    author: updater