vibelog v0.4.0 (2015-09-28T20:52:33Z)
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
structs
PostFile