package
3.0.0-beta+incompatible
Repository: https://github.com/azber/iris.git
Documentation: pkg.go.dev

# Functions

Default returns the default configuration for the Iris staton.
DefaultBasicAuth returns the default configs for the BasicAuth middleware.
DefaultEditor returns the default configs for the Editor plugin.
DefaultIrisControl returns the default configs for IrisControl plugin.
No description provided by the author
DefaultRedis returns the default configuration for Redis service.
DefaultRender returns default configuration for templates and rest rendering.
DefaultRest returns the default config for rest.
DefaultServer returns the default configs for the server.
DefaultSessions the default configs for Sessions.
No description provided by the author
DefaultTsconfig returns the default Tsconfig, with CompilerOptions module: commonjs, target: es5 and ignore the node_modules.
DefaultTypescript returns the default Options of the Typescript plugin Bin and Editor are setting in runtime via the plugin.
DefaultWebsocket returns the default config for iris-ws websocket package.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
DefaultCookieName the secret cookie's name for sessions.
No description provided by the author
DefaultMaxMessageSize 1024.
DefaultPingPeriod (DefaultPongTimeout * 9) / 10.
DefaultPongTimeout 60 * time.Second.
No description provided by the author
DefaultRedisAddr the redis address option, "127.0.0.1:6379".
DefaultRedisIdleTimeout the redis idle timeout option, time.Duration(5) * time.Minute.
1 year.
DefaultRedisNetwork the redis network option, "tcp".
DefaultServerAddr the default server addr.
No description provided by the author
DefaultWriteTimeout 10 * time.Second.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
to disable layout for a particular file.
No description provided by the author
ServerName the response header of the 'Server' value when writes to the client.

# Variables

Charset character encoding.
CompressedFileSuffix is the suffix to add to the name of cached compressed file when using the .StaticFS function.
CookieExpireNever the default cookie's life for sessions, unlimited.
DefaultPassword used for default (basic auth) password in IrisControl's & Editor's default configuration.
DefaultUsername used for default (basic auth) username in IrisControl's & Editor's default configuration.
StaticCacheDuration expiration duration for INACTIVE file handlers.
TimeFormat default time format for any kind of datetime parsing.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
IrisControl the options which iris control needs contains the port (int) and authenticated users with their passwords (map[string]string).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Server used inside server for listening.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Websocket the config contains options for 'websocket' package.

# Type aliases

No description provided by the author