domain

package
v0.0.0-...-5ebe793 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 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 GithubActionsRunner

type GithubActionsRunner struct {
	Id     int           `json:"id"`
	Name   string        `json:"name"`
	Os     string        `json:"os"`
	Status string        `json:"status"`
	Busy   bool          `json:"busy"`
	Labels []GithubLabel `json:"labels"`
}

type GithubLabel

type GithubLabel struct {
	Id   int    `json:"id"`
	Name string `json:"name"`
	Type string `json:"type"`
}

Jump to

Keyboard shortcuts

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