|
|
@ -135,6 +135,7 @@ func (self *CustomStruct) Name() string { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
func (self *CustomStruct) Validate(s string) bool { |
|
|
func (self *CustomStruct) Validate(s string) bool { |
|
|
|
|
|
//FIXME
|
|
|
log.Println("Custom struct Validate is not (yet) implemented") |
|
|
log.Println("Custom struct Validate is not (yet) implemented") |
|
|
return false |
|
|
return false |
|
|
} |
|
|
} |
|
|
|