apikey.go 99 B

123456
  1. package dtos
  2. type NewApiKeyResult struct {
  3. Name string `json:"name"`
  4. Key string `json:"key"`
  5. }