Files
frp-panel/defs/types_rpc.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
}