newsbot-portal/internal/models/users.go

11 lines
135 B
Go
Raw Normal View History

2024-07-07 08:00:43 -07:00
package models
type UsersLoginViewModel struct {
HeaderMetaTags
}
2024-07-07 08:00:43 -07:00
type AfterLoginViewModel struct {
Message string
Success bool
}