Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrFileNotFound = errors.New("file not found in remote repo")
)
Errors relating to client operations.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { GetFile(ctx context.Context, opts *Options, path string) (contents string, err error) UpdateFile(ctx context.Context, opts *Options, path string, msg string, contents []byte) error CreateRef(ctx context.Context, opts *Options) error CreatePullRequest(ctx context.Context, opts *Options, title, body string) error }
The Client interface defines a way to interact with a source repository to be able to perform operations on Helm Charts and other project files.
Click to show internal directories.
Click to hide internal directories.