Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pprof ¶
type Pprof struct {
Config *PprofConfig
}
type PprofConfig ¶
type PprofConfig struct { HttpListen string `yaml:"http_listen"` Cpuprofile string `yaml:"cpuprofile"` Memprofile string `yaml:"memprofile"` }
func GetPprofConfig ¶
func GetPprofConfig(conf *config.Config) *PprofConfig
Click to show internal directories.
Click to hide internal directories.