vibelog ~master (2021-10-13T13:47:08Z)
Home
Dub
Repo
PageInfo
vibelog
web
Undocumented in source.
struct
PageInfo {
import
vibelog
.
controller
:
PostListInfo
;
;
PostListInfo
pli
;
string
rootPath
;
string
refPath
;
string
loginError
;
import
vibelog
.
settings
:
VibeLogSettings
;
;
this
(VibeLogSettings settings, PostListInfo pli);
}
Constructors
this
this
(VibeLogSettings settings, PostListInfo pli)
Undocumented in source.
Alias This
pli
Members
Variables
loginError
string
loginError
;
Undocumented in source.
pli
PostListInfo
pli
;
Undocumented in source.
refPath
string
refPath
;
Undocumented in source.
rootPath
string
rootPath
;
Undocumented in source.
Meta
Source
See Implementation
vibelog
web
classes
VibeLogWeb
functions
registerVibeLogWeb
structs
PageInfo
PostInfo