mango

package
v0.0.0-...-bf82383 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 28, 2016 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Overview

Package mango holds various wrappers around various protocols in order to expose easier access to storage mechanisms.

Mostly attendants monitor some sort of input from remote clients and via callbacks, send data to some sort of backend, which would be SQL, NOSQL, binary blobs, or whatever else is desired.

Built Ins

Sub-package http provide a HTTP server that listens on a particular port and optionally requires a username/password via Basic Auth before forwarding data on. Likewise, udp performs a similar service, but over UDP spockets. It is planned to also have a ZMQv4 setup

Index

Constants

This section is empty.

Variables

View Source
var Error = []byte("error")

Error is the string sent if an error was encountered

View Source
var Ok = []byte("ok")

Ok is the 'ok' response if successful

Functions

This section is empty.

Types

type Rep

type Rep struct {
	// contains filtered or unexported fields
}

Rep listens for incoming data feeds over mango sockets

func New

func New(url string) (r *Rep, err error)

New returns a initialzied and running Rep

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL