cmd

package
v1.0.6 Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2023 License: GPL-3.0 Imports: 15 Imported by: 0

Documentation

Overview

Copyright © 2023 Ryder Retzlaff <ryder@retzlaff.family>

Copyright © 2023 NAME HERE <EMAIL ADDRESS>

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute()

Types

type GithubRelease added in v1.0.5

type GithubRelease struct {
	Html_url     string               `json:"html_url"`
	Tag_name     string               `json:"tag_name"`
	Published_at string               `json:"published_at"`
	Assets       []GithubReleaseAsset `json:"assets"`
}

type GithubReleaseAsset added in v1.0.5

type GithubReleaseAsset struct {
	Name                 string `json:"name"`
	Size                 int    `json:"size"`
	Browser_download_url string `json:"browser_download_url"`
}

Jump to

Keyboard shortcuts

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