package genericapi type DynamicallyConfigurable interface { MakeConfigurationObject() interface{} ValidateConfiguration(config interface{}) bool }