package
1.2.3
Repository: https://github.com/carry0987/filetree-api.git
Documentation: pkg.go.dev

# Functions

Base64UrlDecode encodes a byte slice to a base64 string.
No description provided by the author
Check if the required environment variables exist.
Get the parameters separate by '::'.
Check if the request is WebSocket.
LoadEnv loads the environment variables from .env file.
OutputMessage provides message output, output to HTTP or log according to mode.

# Constants

FatalOutput means the message will be logged and the program will be terminated.
HTTPResponse means the message will be output as HTTP response.
LogOutput means the message will be logged.
WebSocketResponse means the message will be output as WebSocket response.

# Type aliases

No description provided by the author