7 lines
88 B
Go
7 lines
88 B
Go
package v1
|
|
|
|
const (
|
|
// custom define
|
|
SSHClientLoginUserPrefix = "_frpc_ssh_client_"
|
|
)
|