sampler-fork/config/validator.go

11 lines
192 B
Go
Raw Normal View History

2019-02-01 00:02:34 +00:00
package config
/*
TODO validation
- title uniquness and mandatory within a single type of widget
- label uniqueness and mandatory (if > 1 data bullets)
*/
func (c *Config) validate() {
2019-02-01 00:02:34 +00:00
}