types

package
v1.1.3 Latest Latest
Warning

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

Go to latest
Published: Aug 20, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	GHClient     *ghapi.GraphQLClient
	CurrentRepo  *string
	Fmt          OutputFmt
	HTMLTemplate string
}

type OutputFmt

type OutputFmt uint
const (
	DefaultFmt OutputFmt = iota
	TableFmt
	HTMLFmt
)

type Workflow

type Workflow struct {
	ID   string  `yaml:"id"`
	Repo string  `yaml:"repo"`
	Name string  `yaml:"name"`
	Key  *string `yaml:"key"`
	URL  *string `yaml:"url"`
}

Jump to

Keyboard shortcuts

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