Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for establishResource (0.2 sec)

  1. pkg/adsc/delta.go

    			continue
    		}
    		e = append(e, r.Error())
    	}
    	if len(e) == 0 {
    		return nil
    	}
    	return errors.New(strings.Join(e, "; "))
    }
    
    // establishResource sets up the relationship for a resource we received.
    func (c *Client) establishResource(key resourceKey) {
    	// Check if we have a watch for this resource
    	parentNode, f := c.tree[key]
    	if !f {
    		parentNode = resourceNode{
    			Parents:  make(keySet),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 02 09:32:41 UTC 2024
    - 20.4K bytes
    - Viewed (0)
Back to top