예제 #1
0
파일: simplestreams.go 프로젝트: bac/juju
func init() {
	simplestreams.RegisterStructTags(ImageMetadata{})
}
예제 #2
0
파일: testing.go 프로젝트: rogpeppe/juju
func init() {
	// Ensure out test struct can have its tags extracted.
	simplestreams.RegisterStructTags(TestItem{})
}
예제 #3
0
func init() {
	simplestreams.RegisterStructTags(ToolsMetadata{})
}
예제 #4
0
func init() {
	simplestreams.RegisterStructTags(OvaFileMetadata{})
}