package
Version:
v0.0.0-...-0f24718
Opens a new window with list of versions in this module.
Published: May 13, 2016
License: BSD-2-Clause
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
Signon = "_signon"
Signoff = "_signoff"
)
type Envelope struct {
From, To Id
Msg
}
type Grouper interface {
GroupId() Id
Group() []Id
}
const (
Route Id = 0
Group Id = 1 << 32
Except Id = 2 << 32
)
func (m *Msg) Unmarshal(v interface{}) error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.