grafana/pkg/api/dtos/apikey.go

7 lines
99 B
Go

package dtos
type NewApiKeyResult struct {
Name string `json:"name"`
Key string `json:"key"`
}