Categorygithub.com/dutchcoders/marija-web
modulepackage
0.0.0-20180808112848-8c79543b2c0a
Repository: https://github.com/dutchcoders/marija-web.git
Documentation: pkg.go.dev

# README

Marija-web: repository for Marija frontend

Connecting to the server

We connect to the server via web sockets.

By default we try to connect on the same hostname as where the application is running, and then append /ws as a path. So for example, if we would access the application at http://marija.dutchsec.com, the server would need to be listening for web socket connections at ws://marija.dutchsec.com/ws

Alternatively, you can specify WEBSOCKET_URI in the .env file.

Contributing

Check the issue list at github.com/dutchcoders/marija/issues

# Functions

Asset loads and returns the asset for the given name.
AssetDir returns the file names below a certain directory embedded in the file by go-bindata.
AssetInfo loads and returns the asset info for the given name.
AssetNames returns the names of the assets.
MustAsset is like Asset but panics when Asset would return an error.
RestoreAsset restores an asset under the given directory.
RestoreAssets restores an asset under the given directory recursively.

# Variables

No description provided by the author