Versions in this module Expand all Collapse all v1 v1.3.0 Apr 17, 2024 Changes in this version + func OnInit(config map[string]interface{}, option ...Option) (err error) + type Ipprof interface + func NewSys(option ...Option) (sys Ipprof, err error) + type Option func(*Options) + func SetListenPort(v int) Option + type Options struct + ListenPort int + type Pprof struct + func (this *Pprof) Start()