Documentation ¶
Index ¶
- type Client
- func (g *Client) Check() error
- func (g *Client) Clone() (err error)
- func (g *Client) Commit(msg string) error
- func (g *Client) Configure(repoURL string, deploykey []byte) error
- func (g *Client) EmptyFolder(path string) (bool, error)
- func (g *Client) ExistsFolder(path string) (bool, error)
- func (g *Client) GetURL() string
- func (g *Client) Push() error
- func (g *Client) Read(path string) []byte
- func (g *Client) ReadFolder(path string) (map[string][]byte, []string, error)
- func (g *Client) ReadYamlIntoStruct(path string, struc interface{}) error
- func (g *Client) StageAndCommit(msg string, files ...File) (bool, error)
- func (g *Client) UpdateRemote(msg string, files ...File) error
- type File
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) EmptyFolder ¶ added in v0.21.0
func (*Client) ExistsFolder ¶ added in v0.21.0
func (*Client) ReadFolder ¶ added in v0.21.0
func (*Client) ReadYamlIntoStruct ¶ added in v0.21.0
func (*Client) StageAndCommit ¶
Click to show internal directories.
Click to hide internal directories.