mirror of
https://github.com/fatedier/frp.git
synced 2026-04-01 06:39:15 +08:00
server/group: remove blank line between doc comment and type declaration
This commit is contained in:
@@ -11,7 +11,6 @@ import (
|
|||||||
|
|
||||||
// HTTPGroupController manages HTTP groups that use round-robin
|
// HTTPGroupController manages HTTP groups that use round-robin
|
||||||
// callback routing (fundamentally different from listener-based groups).
|
// callback routing (fundamentally different from listener-based groups).
|
||||||
|
|
||||||
type HTTPGroupController struct {
|
type HTTPGroupController struct {
|
||||||
groupRegistry[*HTTPGroup]
|
groupRegistry[*HTTPGroup]
|
||||||
vhostRouter *vhost.Routers
|
vhostRouter *vhost.Routers
|
||||||
|
|||||||
Reference in New Issue
Block a user