Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Postgres ¶
type Postgres struct {
// contains filtered or unexported fields
}
Postgres represents PostgreSQL output binding
func NewPostgres ¶
NewPostgres returns a new PostgreSQL output binding
func (*Postgres) Invoke ¶
func (p *Postgres) Invoke(req *bindings.InvokeRequest) (resp *bindings.InvokeResponse, err error)
Invoke handles all invoke operations
func (*Postgres) Operations ¶
func (p *Postgres) Operations() []bindings.OperationKind
Operations returns list of operations supported by PostgreSql binding
Click to show internal directories.
Click to hide internal directories.