contract

package module
v1.1.1-0...-1813a29 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2021 License: GPL-3.0 Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Command

type Command interface {
	Signature() string              // Signature   命令行签名参数
	Description() string            // Description 返回命令行描述
	Execute(args ...[]string) error // Execute     命令执行入口
}

Command 定时任务&&cli命令行契约

Jump to

Keyboard shortcuts

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