Esempio n. 1
0
func init() {
	// Ensure out test struct can have its tags extracted.
	simplestreams.RegisterStructTags(TestItem{})
}
Esempio n. 2
0
func init() {
	simplestreams.RegisterStructTags(ImageMetadata{})
}
Esempio n. 3
0
func init() {
	simplestreams.RegisterStructTags(ToolsMetadata{})
}