package
Version:
v0.0.0-...-f69abcf
Opens a new window with list of versions in this module.
Published: Aug 21, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Message struct {
From string `json:"from"`
To string `json:"to"`
Text string `json:"text"`
Priority int `json:"priority"`
}
type Server struct {
Router *chi.Mux
}
func (srv *Server) SetRoutes()
Source Files
¶
Click to show internal directories.
Click to hide internal directories.