mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-02 16:31:22 +08:00
9 lines
170 B
Go
9 lines
170 B
Go
package signozio
|
|
|
|
type status string
|
|
|
|
type ValidateLicenseResponse struct {
|
|
Status status `json:"status"`
|
|
Data map[string]interface{} `json:"data"`
|
|
}
|