 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- func NewGCPPubSub(logger logger.Logger) bindings.InputOutputBinding
- type GCPPubSub
- func (g *GCPPubSub) Close() error
- func (g *GCPPubSub) Init(metadata bindings.Metadata) error
- func (g *GCPPubSub) Invoke(ctx context.Context, req *bindings.InvokeRequest) (*bindings.InvokeResponse, error)
- func (g *GCPPubSub) Operations() []bindings.OperationKind
- func (g *GCPPubSub) Read(ctx context.Context, handler bindings.Handler) error
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGCPPubSub ¶
func NewGCPPubSub(logger logger.Logger) bindings.InputOutputBinding
NewGCPPubSub returns a new GCPPubSub instance.
Types ¶
type GCPPubSub ¶
type GCPPubSub struct {
	// contains filtered or unexported fields
}
    GCPPubSub is an input/output binding for GCP Pub Sub.
func (*GCPPubSub) Invoke ¶
func (g *GCPPubSub) Invoke(ctx context.Context, req *bindings.InvokeRequest) (*bindings.InvokeResponse, error)
func (*GCPPubSub) Operations ¶
func (g *GCPPubSub) Operations() []bindings.OperationKind
 Click to show internal directories. 
   Click to hide internal directories.