mirror of
https://github.com/juanfont/headscale.git
synced 2025-01-19 10:20:05 +09:00
Add missing comment for stream function
This commit is contained in:
parent
ebd27b46af
commit
059f13fc9d
1 changed files with 3 additions and 0 deletions
3
poll.go
3
poll.go
|
@ -188,6 +188,9 @@ func (h *Headscale) PollNetMapHandler(c *gin.Context) {
|
|||
Msg("Finished stream, closing PollNetMap session")
|
||||
}
|
||||
|
||||
// PollNetMapStream takes care of /machine/:id/map
|
||||
// stream logic, ensuring we communicate updates and data
|
||||
// to the connected clients.
|
||||
func (h *Headscale) PollNetMapStream(
|
||||
c *gin.Context,
|
||||
m Machine,
|
||||
|
|
Loading…
Reference in a new issue