Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Author = Type("Author", func() {
Attribute("name", String)
Attribute("country", String)
Required("name")
})
View Source
var Book = Type("Book", func() { Attribute("title", String) Attribute("author", Author) })
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.