package probe type Config struct { } type Probe struct { } func NewProbe() *Probe { return &Probe{} }