autoupdate

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Oct 28, 2020 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AutoUpdate

type AutoUpdate interface {
	ProcessPullRequestEvent(event *github.PullRequestEvent)
	ProcessIssueCommentEvent(event *github.IssueCommentEvent)
}

AutoUpdate defines methods of auto

func Init

func Init(repo *config.RepoConfig, opr *operator.Operator) AutoUpdate

Init create cherry pick middleware instance

type SlackUser

type SlackUser struct {
	ID     int    `gorm:"column:id"`
	Github string `gorm:"column:github"`
	Email  string `gorm:"column:email"`
	Slack  string `gorm:"column:slack"`
}

SlackUser is slack user table structure

Jump to

Keyboard shortcuts

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