vibelog ~master (2021-10-13T13:47:08Z)
Home
Dub
Repo
PostInfo
vibelog
web
Undocumented in source.
struct
PostInfo {
string
loginError
;
import
vibelog
.
info
:
VibeLogInfo
;
;
VibeLogInfo
vli
;
import
vibelog
.
user
:
User
;
;
User
[
string
]
users
;
import
vibelog
.
settings
:
VibeLogSettings
;
;
VibeLogSettings
settings
;
import
vibelog
.
post
:
Post
;
;
Post
post
;
int
postPage
;
DiskutoWeb
diskuto
;
Post
[]
recentPosts
;
string
rootPath
;
string
refPath
;
string
error
;
this
(VibeLogSettings settings);
}
Constructors
this
this
(VibeLogSettings settings)
Undocumented in source.
Alias This
vli
Members
Variables
diskuto
DiskutoWeb
diskuto
;
Undocumented in source.
error
string
error
;
Undocumented in source.
loginError
string
loginError
;
Undocumented in source.
post
Post
post
;
Undocumented in source.
postPage
int
postPage
;
Undocumented in source.
recentPosts
Post
[]
recentPosts
;
Undocumented in source.
refPath
string
refPath
;
Undocumented in source.
rootPath
string
rootPath
;
Undocumented in source.
settings
VibeLogSettings
settings
;
Undocumented in source.
users
User
[
string
]
users
;
Undocumented in source.
vli
VibeLogInfo
vli
;
Undocumented in source.
Meta
Source
See Implementation
vibelog
web
classes
VibeLogWeb
functions
registerVibeLogWeb
structs
PageInfo
PostInfo