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