type Client … type client … func NewClient(restClient rest.Interface) Client { … } func (c *client) Paths() (map[string]GroupVersion, error) { … }
type Client … type client … func NewClient(restClient rest.Interface) Client { … } func (c *client) Paths() (map[string]GroupVersion, error) { … }