Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Binding ¶ added in v0.2.0
type Binding struct {
// contains filtered or unexported fields
}
Binding represents Twitter input/output binding
func NewTwitter ¶
NewTwitter returns a new Twitter event input binding
func (*Binding) Invoke ¶ added in v0.2.0
func (t *Binding) Invoke(req *bindings.InvokeRequest) (*bindings.InvokeResponse, error)
Invoke handles all operations
func (*Binding) Operations ¶ added in v0.2.0
func (t *Binding) Operations() []bindings.OperationKind
Operations returns list of operations supported by twitter binding
Click to show internal directories.
Click to hide internal directories.