Searched defs:provider (Results 1 – 1 of 1) sorted by relevance
45 type provider struct { struct46 id int47 typ reflect.Type48 zero interface{}49 mutator string163 func (c *Context) provider(m *moduleInfo, provider ProviderKey) (interface{}, bool) { func