Page MenuHomeMusing Studio

database-lib.go
No OneTemporary

database-lib.go

// +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

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

Event Timeline