Searched defs:selectsTestProvider (Results 1 – 1 of 1) sorted by relevance
843 type selectsTestProvider struct { struct844 my_bool *bool845 my_string *string846 my_string_list *[]string847 my_paths *[]string848 replacing_string_list *[]string849 my_nonconfigurable_bool *bool850 my_nonconfigurable_string *string851 my_nonconfigurable_string_list []string854 func (p *selectsTestProvider) String() string {