2014-04-26 09:18:56 +00:00
|
|
|
package StaticFiles
|
|
|
|
|
2014-10-19 17:19:11 +00:00
|
|
|
import (
|
|
|
|
LM "github.com/SommerEngineering/Ocean/Log/Meta"
|
|
|
|
)
|
2014-04-26 09:18:56 +00:00
|
|
|
|
|
|
|
var (
|
|
|
|
senderName LM.Sender = `System::StaticFiles`
|
|
|
|
startFile4Map2Root string = `index.html`
|
|
|
|
logStaticFileRequests bool = false
|
|
|
|
zipData []byte = nil
|
|
|
|
)
|