Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F12217473
funcs.go
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
341 B
Subscribers
None
funcs.go
View Options
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, Oct 30, 2:38 AM (11 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3463165
Attached To
rWF WriteFreely
Event Timeline
Log In to Comment