githubapi

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Aug 3, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IRunnerApi

type IRunnerApi interface {
	GetRunners(organization string, repository string, token string) ([]*github.Runner, error)
}

type RunnerApi

type RunnerApi struct {
}

func NewRunnerApi

func NewRunnerApi() RunnerApi

Get a new instance of the API.

func (RunnerApi) GetRunners

func (r RunnerApi) GetRunners(organization string, repository string, token string) ([]*github.Runner, error)

Return all runners for the org

Jump to

Keyboard shortcuts

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