cmd

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: May 8, 2021 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute()

Execute command

Types

type Commits

type Commits struct {
	Content string
	Count   int
}

Commits is struct of commit

type Config

type Config struct {
	Template []string
	Git      GitConfig
	Slack    SlackConfig
}

Config is struct of config

type DefaultConfig

type DefaultConfig struct {
	Template []string
	Git      DefaultGitConfig
	Slack    DefaultSlackConfig
}

DefaultConfig is struct of default config

type DefaultGitConfig

type DefaultGitConfig struct {
	Heading      string
	Repositories []string
}

DefaultGitConfig is struct of default config of git

type DefaultSlackConfig

type DefaultSlackConfig struct {
	Token    string
	Username string
}

DefaultSlackConfig is struct of default config of slack

type GitConfig

type GitConfig struct {
	Heading      string
	Repositories []string
}

GitConfig is struct of config related to git

type SlackConfig

type SlackConfig struct {
	Token    string
	Username string
}

SlackConfig is struct of config related to slack

Jump to

Keyboard shortcuts

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