This website works better with JavaScript.
Home
Help
Sign In
lucas2
/
goUpload
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.
6
Commits
2
Branches
0
Tags
961 KiB
Go
99.8%
Dockerfile
0.2%
Branch:
dev
dev
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'dev'
${ noResults }
goUpload
/
consumers
/
IConsumer.go
6 lines
89 B
Raw
Permalink
Blame
History
package
consumers
type
IConsumer
interface
{
Initial
(
configStr
string
)
error
Work
(
)
}
Reference in new issue