tlm-login-server/internal/communication/classes.go

7 lines
118 B
Go
Raw Permalink Normal View History

package communication
type registrationTemplateVars struct {
BaseUrl string
RegistrationSecret string
}