This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
aionnect
/
go-common
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
8fc13c9a41
Ramos
Etiquetas
master
go-common
/
utils
/
mq
/
consumer_message.go
consumer_message.go
63 B
Histórico
Em bruto
1
2
3
4
5
package mq
type ConsumerMessage struct {
Value interface{}
}