示例#1
0
文件: testing.go 项目: jameinel/core
func init() {
	// Ensure out test struct can have its tags extracted.
	simplestreams.RegisterStructTags(TestItem{})
}
示例#2
0
func init() {
	simplestreams.RegisterStructTags(ImageMetadata{})
}
示例#3
0
func init() {
	simplestreams.RegisterStructTags(ToolsMetadata{})
}