 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Binding ¶
type Binding struct {
	// contains filtered or unexported fields
}
    Binding represents RethinkDB change change state input binding which fires handler with both the previous and current state store content each time there is a change.
func NewRethinkDBStateChangeBinding ¶
NewRethinkDBStateChangeBinding returns a new RethinkDB actor event input binding
type StateConfig ¶
type StateConfig struct {
	r.ConnectOpts
	Table string `json:"table"`
}
    StateConfig is the binding config
 Click to show internal directories. 
   Click to hide internal directories.