package
Version:
v0.0.0-...-e9941a8
Opens a new window with list of versions in this module.
Published: Nov 5, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func HTTPRouter() *chi.Mux
type MatchMakingTicketMessage struct {
QueueName string `json:"QueueName"`
TicketId string `json:"TicketId"`
}
type PubSubHTTPMessage struct {
Message struct {
Attributes map[string]string `json:"attributes"`
Data []byte `json:"data,omitempty"`
MessageID string `json:"message_id"`
PublishTime time.Time `json:"publish_time"`
} `json:"message"`
Subscription string `json:"subscription"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.