6 lines
109 B
Go
6 lines
109 B
Go
package config
|
|
|
|
type NoAuthProbeConfig struct {
|
|
TempID string `json:"tempID" yaml:"tempID" toml:"tempID"`
|
|
}
|