github

package
v0.0.0-...-fc6c1af Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

package main

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Github

type Github struct {
	Org    string
	Repo   string
	Creds  GithubCreds
	Client *github.Client
}

func DefaultGithub

func DefaultGithub(ctx context.Context, org, repo string) (*Github, error)

func (*Github) GetLatestPRCommit

func (g *Github) GetLatestPRCommit(ctx context.Context, prno int) (string, error)

type GithubComment

type GithubComment struct {
	Body   string
	Author string
	Id     string
}

type GithubCreds

type GithubCreds struct {
	Token string
}

type TriggerComment

type TriggerComment struct {
	PR        int
	CommentID string
	Sha       string
}

Jump to

Keyboard shortcuts

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