This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
cuiguohai
/
surveyService
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
89097e9617
Branches
Tags
master
surveyService
/
util
/
rabbitmq
/
logger.go
logger.go
88 B
Historique
Raw
1
2
3
4
5
package rabbitmq
type Logger interface {
Errorf(format string, args ...interface{})
}