7 lines
115 B
Go
7 lines
115 B
Go
package config
|
|
|
|
type Trace struct {
|
|
Endpoint string `json:"endpoint"`
|
|
LicenseKey string `json:"license_key"`
|
|
}
|