mirror of
https://github.com/zr-hebo/sniffer-agent.git
synced 2025-08-10 14:39:37 +08:00
7 lines
257 B
Go
7 lines
257 B
Go
package communicator
|
|
|
|
func init() {
|
|
router.Path("/check_alive").Methods("GET").HandlerFunc(outletCheckAlive)
|
|
router.Path("/get_config").Methods("GET").HandlerFunc(outletGetConfig)
|
|
router.Path("/set_config").Methods("POST").HandlerFunc(outletSetConfig)
|
|
} |