vibelog v0.6.0-beta.1 (2017-03-16T14:18:13Z)
Home
Dub
Repo
PostInfo
vibelog
web
Undocumented in source.
struct
PostInfo {
struct
VibeLogInfo
via
import
vibelog
.
info
:
VibeLogInfo
;
;
VibeLogInfo
vli
;
class
User
via
import
vibelog
.
user
:
User
;
;
User
[
string
]
users
;
class
VibeLogSettings
via
import
vibelog
.
settings
:
VibeLogSettings
;
;
VibeLogSettings
settings
;
class
Post
via
import
vibelog
.
post
:
Post
;
;
Post
post
;
DiskutoWeb
diskuto
;
Post
[]
recentPosts
;
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.
post
Post
post
;
Undocumented in source.
recentPosts
Post
[]
recentPosts
;
Undocumented in source.
refPath
string
refPath
;
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