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