vibelog v0.6.5 (2020-07-17T20:49:50Z)
Home
Dub
Repo
PostFile
vibelog
db
mongo
Undocumented in source.
struct
PostFile {
string
postName
;
string
fileName
;
ubyte
[]
contents
;
}
Members
Variables
contents
ubyte
[]
contents
;
Undocumented in source.
fileName
string
fileName
;
Undocumented in source.
postName
string
postName
;
Undocumented in source.
Meta
Source
See Implementation
vibelog
db
mongo
classes
MongoDBController
OldComment
structs
PostFile