Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F10695307
funcs.go
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
627 B
Subscribers
None
funcs.go
View Options
/*
* Copyright © 2018 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.
*/
package
config
import
(
"strings"
)
// FriendlyHost returns the app's Host sans any schema
func
(
ac
AppCfg
)
FriendlyHost
()
string
{
return
ac
.
Host
[
strings
.
Index
(
ac
.
Host
,
"://"
)
+
len
(
"://"
):]
}
func
(
ac
AppCfg
)
CanCreateBlogs
(
currentlyUsed
uint64
)
bool
{
if
ac
.
MaxBlogs
<=
0
{
return
true
}
return
int
(
currentlyUsed
)
<
ac
.
MaxBlogs
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jun 5, 4:00 AM (2 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3257047
Attached To
rWF WriteFreely
Event Timeline
Log In to Comment