mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 20:24:18 -06:00
7 lines
99 B
Go
7 lines
99 B
Go
package dtos
|
|
|
|
type NewApiKeyResult struct {
|
|
Name string `json:"name"`
|
|
Key string `json:"key"`
|
|
}
|