sampler-fork/config/validator.go

11 lines
192 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 (c *Config) validate() {
}