api

package
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 20, 2020 License: MIT Imports: 18 Imported by: 1

Documentation

Index

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL