6 lines
87 B
Go
6 lines
87 B
Go
|
package config
|
||
|
|
||
|
type ProbeConfig struct {
|
||
|
ID string `json:"id" yaml:"id" toml:"id"`
|
||
|
}
|