//
pkg.gl
Category
github.com/pangum/pangu
internal
app
package
1.4.1
Repository:
https://github.com/pangum/pangu.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
5
Dependents
8
Files
173 SLOC
#
Functions
NewNamedServe
NewNamedServe 创建命名服务.
#
Structs
NamedServe
NamedServe 命名的服务.
UnstoppableServe
UnstoppableServe 不需要停止的服务.
#
Interfaces
Argument
Argument 参数.
Command
Command 描述一个可以被执行的命令.
Flag
Flag 描述一个可以被解析的参数或者选项.
Lifecycle
No description provided by the author
Parameter
No description provided by the author
Serve
Serve 描述一个服务器,可以是Http服务器,也可以是gRPC服务器或者一个MQ的消费者 泛指一个可以长期执行的服务.
Stopper
Stopper 可停止.
#
Type aliases
Arguments
Arguments 参数列表.
Commands
No description provided by the author