11 lines
195 B
Go
11 lines
195 B
Go
|
package config
|
||
|
|
||
|
/*
|
||
|
TODO validation
|
||
|
- title uniquness and mandatory within a single type of widget
|
||
|
- label uniqueness and mandatory (if > 1 data bullets)
|
||
|
*/
|
||
|
func (self *Config) validate() {
|
||
|
|
||
|
}
|