SkunkyArt/user/misc.go

47 lines
930 B
Go

package user
import (
"skunkyart/util"
)
type ab struct {
ErrorDescription string
Owner struct {
Username string
}
Gruser struct {
Page struct {
Modules []struct {
Name string
ModuleData struct {
About struct {
Country, Website, WebsiteLabel, Gender, Tagline string
DeviantFor int64
SocialLinks []struct {
Value string
}
TextContent struct {
Excerpt string
Html struct {
Markup string
}
}
Interests []struct {
Label, Value string
}
}
CoverDeviation struct {
CoverDeviation util.Deviation
}
}
}
}
}
PageExtraData struct {
GruserTagline string
Stats struct {
Deviations, Watchers, Watching, Pageviews, CommentsReceivedProfile, CommentsMade, Favourites, Friends int
}
}
}