Documentation ¶
Index ¶
- Constants
- type Gh
- func (g *Gh) DetectCurrentJobID(ctx context.Context, owner, repo string, nameRe *regexp.Regexp) (int64, error)
- func (g *Gh) GetRawRootURL(ctx context.Context, owner, repo string) (string, error)
- func (g *Gh) GetStepExecutionTimeByTime(ctx context.Context, owner, repo string, jobID int64, t time.Time) (time.Duration, error)
- func (g *Gh) PushContent(ctx context.Context, owner, repo, branch, content, cp, message string) error
Constants ¶
View Source
const DefaultGithubServerURL = "https://github.com"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Gh ¶
type Gh struct {
// contains filtered or unexported fields
}
func (*Gh) DetectCurrentJobID ¶
func (*Gh) GetRawRootURL ¶
func (*Gh) GetStepExecutionTimeByTime ¶
Click to show internal directories.
Click to hide internal directories.