Home
last modified time | relevance | path

Searched defs:HTTPServerArgs (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/plugin/
Dplugin.go207 type HTTPServerArgs struct { struct
209 Hostport string
211 Host string // Host portion of Hostport
212 Port int // Port portion of Hostport
216 Handlers map[string]http.Handler
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
Dwebui.go182 func defaultWebServer(args *plugin.HTTPServerArgs) error {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/driver/
Ddriver.go65 type HTTPServerArgs plugin.HTTPServerArgs type