newsbot-portal/internal/models/users.go

11 lines
135 B
Go

package models
type UsersLoginViewModel struct {
HeaderMetaTags
}
type AfterLoginViewModel struct {
Message string
Success bool
}