summaryrefslogtreecommitdiff
path: root/debug/config.go
blob: 54ec9bf514bd5a2c8a5473d3081a45ec224d1670 (plain)
1
2
3
4
5
6
7
package debug

// Config enabled and disabled debug service.
type Config struct {
	// Enable must be set to true to enable debugging.
	Enable bool
}