Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F10494448
database-lib.go
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
637 B
Subscribers
None
database-lib.go
View Options
// +build wflib
/*
* Copyright © 2019-2020 A Bunch Tell LLC.
*
* This file is part of WriteFreely.
*
* WriteFreely is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package.
*/
// This file contains dummy database funcs for when writefreely is used as a
// library.
package
writefreely
func
(
db
*
datastore
)
isDuplicateKeyErr
(
err
error
)
bool
{
return
false
}
func
(
db
*
datastore
)
isIgnorableError
(
err
error
)
bool
{
return
false
}
func
(
db
*
datastore
)
isHighLoadError
(
err
error
)
bool
{
return
false
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 6, 12:49 PM (16 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3165695
Attached To
rWF WriteFreely
Event Timeline
Log In to Comment