mirror of
https://github.com/VaalaCat/frp-panel.git
synced 2025-09-26 19:31:18 +08:00
10 lines
151 B
Go
10 lines
151 B
Go
package defs
|
|
|
|
import "github.com/VaalaCat/frp-panel/pb"
|
|
|
|
type Connector struct {
|
|
CliID string
|
|
Conn pb.Master_ServerSendServer
|
|
CliType string
|
|
}
|