mirror of
https://github.com/luscis/openlan.git
synced 2025-10-05 16:47:11 +08:00
6 lines
69 B
Go
Executable File
6 lines
69 B
Go
Executable File
package schema
|
|
|
|
type PProf struct {
|
|
Listen string `json:"listen"`
|
|
}
|