cmd

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2024 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Overview

Copyright © 2023 NAME HERE <EMAIL ADDRESS>

Copyright © 2023 NAME HERE <EMAIL ADDRESS>

Copyright © 2023 EchoJamie HERE <EMAIL ADDRESS>

Copyright © 2023 NAME HERE <EMAIL ADDRESS>

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute()

Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.

Types

type GithubIssue

type GithubIssue struct {
	Body  string `json:"body"`
	State string `json:"state"`
}

type GithubIssueStatus added in v1.1.0

type GithubIssueStatus struct {
	Body  string `json:"body"`
	State string `json:"state"`
}

type GithubTitle

type GithubTitle struct {
	Title string `json:"title"`
}

type Project added in v1.1.0

type Project struct {
	Name       string `json:"name"`
	Describe   string `json:"describe"`
	Dir        string `json:"dir"`
	Repository struct {
		URL      string `json:"url"`
		Download string `json:"download"`
	} `json:"repository"`
	SubRepository []string `json:"sub-repository"`
}

type Repository

type Repository struct {
	Download string `yaml:"download"`
	Url      string `yaml:"url"`
	Name     string `yaml:"name"`
}

Jump to

Keyboard shortcuts

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