package config type Configuration struct { } func (c Configuration) Invalidate() error { return Invalidate(c) }