package model
type Author struct {
Name string
PasswordHash string
FullUrl string
AvatarUrl string
}