7 lines
156 B
Go
7 lines
156 B
Go
|
package models
|
||
|
|
||
|
type ActivateResp struct {
|
||
|
/* - Слово успешной активации промокода*/
|
||
|
Greetings string `json:"greetings"`
|
||
|
}
|