package config const ( ProbeConfigFileName = "probe.json" ) type ProbeConfig struct { ID *string `json:"id,omitempty" yaml:"id" toml:"id"` }