This website works better with JavaScript.
Home
Help
Sign In
lucas2
/
goInOut
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
数据 输入输出 处理
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56
Commits
2
Branches
0
Tags
1.3 MiB
Branch:
dev
dev
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'dev'
${ noResults }
goInOut
/
consumers
/
IConsumer.go
7 lines
89 B
Raw
Permalink
Normal View
History
update 重建仓库
3 months ago
package
consumers
type
IConsumer
interface
{
Initial
(
configStr
string
)
error
Work
(
)
}