Documentation ¶
Index ¶
- func NewMysql(logger logger.Logger) bindings.OutputBinding
- type Mysql
- func (m *Mysql) Close() error
- func (m *Mysql) GetComponentMetadata() map[string]string
- func (m *Mysql) Init(ctx context.Context, md bindings.Metadata) error
- func (m *Mysql) Invoke(ctx context.Context, req *bindings.InvokeRequest) (*bindings.InvokeResponse, error)
- func (m *Mysql) Operations() []bindings.OperationKind
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Mysql ¶
type Mysql struct {
// contains filtered or unexported fields
}
Mysql represents MySQL output bindings.
func (*Mysql) GetComponentMetadata ¶
GetComponentMetadata returns the metadata of the component.
func (*Mysql) Invoke ¶
func (m *Mysql) Invoke(ctx context.Context, req *bindings.InvokeRequest) (*bindings.InvokeResponse, error)
Invoke handles all invoke operations.
func (*Mysql) Operations ¶
func (m *Mysql) Operations() []bindings.OperationKind
Operations returns list of operations supported by Mysql binding.
Click to show internal directories.
Click to hide internal directories.