Documentation
      ¶
    
    
  
    
  
    Index ¶
- type MQTT
 - func (m *MQTT) Close() error
 - func (m *MQTT) Init(metadata bindings.Metadata) error
 - func (m *MQTT) Invoke(req *bindings.InvokeRequest) (*bindings.InvokeResponse, error)
 - func (m *MQTT) Operations() []bindings.OperationKind
 - func (m *MQTT) Read(handler func(*bindings.ReadResponse) ([]byte, error)) error
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MQTT ¶
type MQTT struct {
	// contains filtered or unexported fields
}
    MQTT allows sending and receiving data to/from an MQTT broker
func (*MQTT) Invoke ¶
func (m *MQTT) Invoke(req *bindings.InvokeRequest) (*bindings.InvokeResponse, error)
func (*MQTT) Operations ¶
func (m *MQTT) Operations() []bindings.OperationKind
 Click to show internal directories. 
   Click to hide internal directories.