vibelog ~master (2021-10-13T13:47:08Z)
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