package
Version:
v0.0.0-...-79fff4a
Opens a new window with list of versions in this module.
Published: Feb 3, 2017
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Message struct {
Command string `json:"command"`
State string `json:"state"`
Message string `json:"message"`
Attributes map[string]interface{} `json:"attributes"`
CustomerID string `json:"customer_id"`
BastionID string `json:"bastion_id"`
}
type Subscription struct {
CustomerID string
Chan chan *Message
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.