package models type Config struct { } func (c *Config) Validate() error { return nil }