github

package
v0.0.0-...-0dc8428 Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Events = json.MustUnmarshalTo[[]Event](eventsRaw)
)

Functions

func C

func C() *github.Client

func Serve

func Serve() error

Types

type Event

type Event struct {
	Key     string        `json:"key"`
	Name    string        `json:"name"`
	Desc    string        `json:"desc"`
	Actions []EventAction `json:"actions"`
}

type EventAction

type EventAction struct {
	// Category        string   `json:"category"`
	Action string `json:"action"`
	// Availability    []string `json:"availability"`
	// DescriptionHtml string   `json:"descriptionHtml"`
	SummaryHtml string `json:"summaryHtml"`
}

Jump to

Keyboard shortcuts

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