parameter

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2022 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Issue

type Issue struct {
	Subject string
	Body    string
}

type Parameter

type Parameter struct {
	GitHubAppKey            string
	GitHubBaseURL           string
	GitHubIntegrationID     int64
	GitHubInstallationID    int64
	GitHubAppPrivateKey     string
	GitHubAPIBaseURL        string
	GitHubAPIUploadsBaseURL string
	RepositoryOwner         string
	Repository              string
	IssueLabels             []string
	Issues                  []Issue
}

func New

func New(snsEvent events.SNSEvent) (Parameter, error)

type SNSEntityWithParsedMessage added in v1.0.0

type SNSEntityWithParsedMessage struct {
	SNSEntity     events.SNSEntity
	ParsedMessage interface{}
}

Jump to

Keyboard shortcuts

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