codeword/internal/models/activateresp.go

7 lines
156 B
Go
Raw Normal View History

2024-03-03 20:18:42 +00:00
package models
type ActivateResp struct {
/* - Слово успешной активации промокода*/
Greetings string `json:"greetings"`
}