Documentation ¶ Index ¶ func Exec(ctx context.Context, wd string, opts *option.ExecOptions, ...) error func Post(ctx context.Context, wd string, opts *option.PostOptions, ...) error type Env type PostTemplateParams Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Exec ¶ func Exec( ctx context.Context, wd string, opts *option.ExecOptions, getEnv func(string) string, existFile func(string) bool, readConfig func(string, *config.Config) error, ) error func Post ¶ func Post( ctx context.Context, wd string, opts *option.PostOptions, getEnv func(string) string, isTerminal func() bool, stdin io.Reader, httpClient *http.Client, existFile func(string) bool, readConfig func(string, *config.Config) error, ) error Types ¶ type Env ¶ type Env struct { Stdout string Stderr string CombinedOutput string Command string ExitCode int Env func(string) string } type PostTemplateParams ¶ type PostTemplateParams struct { PRNumber int Org string Repo string SHA1 string TemplateKey string } Source Files ¶ View all Source files exec.go post.go Click to show internal directories. Click to hide internal directories.