githubapp

package
v1.19.0 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2024 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewGitHubAppKeeperController

func NewGitHubAppKeeperController(githubAppSecretDir string, configAgent *config.Agent, botName string, gitKind string, maxRecordsPerPool int, historyURI string, statusURI string, ns string) (keeper.Controller, error)

NewGitHubAppKeeperController creates a GitHub App style controller which needs to process each github owner using a separate git provider client due to the way GitHub App tokens work

func NewKeeperController

func NewKeeperController(configAgent *config.Agent, botName string, gitKind string, gitToken string, serverURL string, maxRecordsPerPool int, historyURI string, statusURI string, ns string) (keeper.Controller, error)

NewKeeperController creates a new controller; either regular or a GitHub App flavour depending on the $GITHUB_APP_SECRET_DIR environment variable

func SplitKeeperQueries

func SplitKeeperQueries(queries keeper.Queries) map[string]keeper.Queries

SplitKeeperQueries splits the keeper queries into a sequence of owner queries

func SplitRepositories

func SplitRepositories(repos []string) map[string][]string

SplitRepositories splits the list of repositories into a map indexed by owner

Types

type OwnerQueries

type OwnerQueries struct {
	Owner   string
	Queries keeper.Queries
}

OwnerQueries separates keeper queries by the owner

Jump to

Keyboard shortcuts

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