Searched defs:providerKey (Results 1 – 1 of 1) sorted by relevance
52 type providerKey struct { struct53 id int54 typ string55 mutator string64 func (m *providerKey) ToGob() *providerKeyGob {72 func (m *providerKey) FromGob(data *providerKeyGob) {78 func (m *providerKey) GobEncode() ([]byte, error) {82 func (m *providerKey) GobDecode(data []byte) error {86 func (p *providerKey) provider() *providerKey { return p }156 func (c *Context) setProvider(m *moduleInfo, provider *providerKey, value any) {[all …]