Files
openlan/pkg/schema/pprof.go
2022-07-29 23:38:54 +08:00

6 lines
69 B
Go
Executable File

package schema
type PProf struct {
Listen string `json:"listen"`
}