mantle

package
v0.0.0-...-1c5ad5c Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2016 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Application

func Application(s string)

func Debug

func Debug(s string)

func Error

func Error(s string)

func Info

func Info(s string)

func SetCuminLoose

func SetCuminLoose()

func SetCuminOff

func SetCuminOff()

func SetCuminStrict

func SetCuminStrict()

func SetFabric

func SetFabric(url string)

func SetFabricDev

func SetFabricDev()

func SetFabricLocal

func SetFabricLocal()

func SetFabricProduction

func SetFabricProduction()

func SetFabricSandbox

func SetFabricSandbox()

func SetLogLevelApp

func SetLogLevelApp()

func SetLogLevelDebug

func SetLogLevelDebug()

func SetLogLevelErr

func SetLogLevelErr()

func SetLogLevelInfo

func SetLogLevelInfo()

func SetLogLevelOff

func SetLogLevelOff()

func SetLogLevelWarn

func SetLogLevelWarn()

func SetRegistrar

func SetRegistrar(url string)

func Warn

func Warn(s string)

Types

type Domain

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

func NewDomain

func NewDomain(name string) *Domain

func (*Domain) Call

func (d *Domain) Call(endpoint string, cb string, eb string, args string)

func (*Domain) CallExpects

func (d *Domain) CallExpects(cb string, types string)

func (*Domain) Join

func (d *Domain) Join(cb string, eb string)

func (*Domain) Leave

func (d *Domain) Leave()

func (*Domain) LinkDomain

func (d *Domain) LinkDomain(name string) *Domain

func (*Domain) MentleLoginDomain

func (d *Domain) MentleLoginDomain(cb string, eb string, username string, password string)

Called on the app domain, remember-- not the current domain

func (*Domain) MentleRegisterDomain

func (d *Domain) MentleRegisterDomain(cb string, eb string, username string, password string, email string, name string)

func (*Domain) Publish

func (d *Domain) Publish(endpoint string, cb string, eb string, args string)

func (*Domain) Receive

func (d *Domain) Receive() string

func (*Domain) Register

func (d *Domain) Register(endpoint string, cb string, eb string, fn string, types string)

func (*Domain) Subdomain

func (d *Domain) Subdomain(name string) *Domain

func (*Domain) Subscribe

func (d *Domain) Subscribe(endpoint string, cb string, eb string, fn string, types string)

func (*Domain) Unregister

func (d *Domain) Unregister(endpoint string, cb string, eb string)

func (*Domain) Unsubscribe

func (d *Domain) Unsubscribe(endpoint string, cb string, eb string)

func (*Domain) Yield

func (d *Domain) Yield(request string, args string)

func (*Domain) YieldError

func (d *Domain) YieldError(request string, etype string, args string)

Jump to

Keyboard shortcuts

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