Versions in this module Expand all Collapse all v0 v0.2.0 Apr 29, 2026 Changes in this version type Client + func (c *Client) CurrentRepository(ctx context.Context) (string, error) v0.1.0 Apr 29, 2026 Changes in this version + type Client struct + func NewClient(opts ...Option) (*Client, error) + func (c *Client) UpsertRepoSecret(ctx context.Context, req UpsertSecretRequest) error + type Executor interface + ExecContext func(ctx context.Context, args ...string) (stdout, stderr bytes.Buffer, err error) + Path func() (string, error) + type Option func(*Client) + func WithExecutor(exec Executor) Option + type UpsertSecretRequest struct + Name string + Repo string + Value string + func (r UpsertSecretRequest) Validate() error