package
0.3.7
Repository: https://github.com/absolute8511/nsq.git
Documentation: pkg.go.dev

# README

nsqadmin

nsqadmin is a Web UI to view aggregated cluster stats in realtime and perform various administrative tasks.

Read the docs

Working Locally

  1. $ npm install -g gulp
  2. $ npm install
  3. $ gulp clean watch or $ gulp clean build
  4. $ go-bindata --debug --pkg=nsqadmin --prefix=static/build static/build/...
  5. $ cd ../nsqadmin && go build && ./nsqadmin
  6. make changes (repeat step 5 if you make changes to any Go code)
  7. $ go-bindata --pkg=nsqadmin --prefix=static/build static/build/...
  8. commit other changes and bindata.go

# 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.
No description provided by the author
No description provided by the author
No description provided by the author
this is similar to httputil.NewSingleHostReverseProxy except it passes along basic auth.
RestoreAsset restores an asset under the given directory.
RestoreAssets restores an asset under the given directory recursively.

# 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