cmd

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2019 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Challenge

type Challenge struct {
	Discipline       string
	TemplateRepoName string
	Reviewers        []string
	Tasks            []Task
}

type Config

type Config struct {
	TrackingRepoName string
	Organization     string
	Owner            string
	Creator          Creator
	Challenges       []Challenge
}

func GetConfigInstance

func GetConfigInstance() *Config

func (*Config) FindChallenge

func (config *Config) FindChallenge(discipline string) (*Challenge, error)

type Creator

type Creator struct {
	Name        string
	Title       string
	Email       string
	GithubToken string
}

type Task

type Task struct {
	Level           int8
	Title           string
	DescriptionFile string
}

Jump to

Keyboard shortcuts

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