7 lines
118 B
Go
7 lines
118 B
Go
|
package communication
|
||
|
|
||
|
type registrationTemplateVars struct {
|
||
|
BaseUrl string
|
||
|
RegistrationSecret string
|
||
|
}
|