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:
f208abd1cd
Ramos
Etiquetas
master
go-common
/
utils
/
mq
/
producer_message.go
producer_message.go
77 B
Histórico
Em bruto
1
2
3
4
5
6
package mq
type ProducerMessage struct {
Topic string
Value interface{}
}