Versions in this module Expand all Collapse all v0 v0.0.1 Nov 5, 2023 Changes in this version + type Client struct + func New(rs *resources.Spec) *Client + func (c *Client) ByType(tp string) resource.Resources + func (c *Client) Copy(r resource.Resource, targetPath string) (resource.Resource, error) + func (c *Client) FromRemote(uri string, optionsm map[string]any) (resource.Resource, error) + func (c *Client) FromString(targetPath, content string) (resource.Resource, error) + func (c *Client) Get(filename string) (resource.Resource, error) + func (c *Client) GetMatch(pattern string) (resource.Resource, error) + func (c *Client) Match(pattern string) (resource.Resources, error) + type HTTPError struct + Body string + Data map[string]any + StatusCode int