Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SingletonLocalTransceiver = LocalTransceiver{ // contains filtered or unexported fields }
Functions ¶
This section is empty.
Types ¶
type LocalTransceiver ¶
type LocalTransceiver struct {
// contains filtered or unexported fields
}
func (*LocalTransceiver) SendEvent ¶
func (this *LocalTransceiver) SendEvent(event Event) (chan Action, error)
func (*LocalTransceiver) Start ¶
func (this *LocalTransceiver) Start()
type RESTTransceiver ¶
type RESTTransceiver struct {
OrchestratorURL string
EntityID string
Client *http.Client
// contains filtered or unexported fields
}
func (*RESTTransceiver) SendEvent ¶
func (this *RESTTransceiver) SendEvent(event Event) (chan Action, error)
func (*RESTTransceiver) Start ¶
func (this *RESTTransceiver) Start()
Source Files
¶
- localtransceiver.go
- resttransceiver.go
- transceiver.go
Click to show internal directories.
Click to hide internal directories.