runneradmin

package
v0.6.10 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Authorization

type Authorization struct {
	AuthorizationUrl string `json:"authorization_url"`
	ServerUrl        string `json:"server_url"`
	ClientId         string `json:"client_id"`
}

type ListRunnersResponse

type ListRunnersResponse struct {
	TotalCount int      `json:"total_count"`
	Runners    []Runner `json:"runners"`
}

type Runner

type Runner struct {
	Name          string        `json:"name"`
	Id            int32         `json:"id"`
	Authorization Authorization `json:"authorization"`
}

type RunnerGroup

type RunnerGroup struct {
	Id        int32  `json:"id,omitempty"`
	Name      string `json:"name,omitempty"`
	IsDefault bool   `json:"default,omitempty"`
	IsHosted  bool   `json:"is_hosted,omitempty"`
}

type RunnerGroupList

type RunnerGroupList struct {
	RunnerGroups []RunnerGroup `json:"runner_groups"`
	Count        int           `json:"total_count"`
}

Jump to

Keyboard shortcuts

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