6 lines
70 B
Go
6 lines
70 B
Go
package html_components
|
|
|
|
type Login struct {
|
|
GoogleLoginUrl string
|
|
}
|