Documentation
¶
Index ¶
- func NewSMS(logger logger.Logger) bindings.OutputBinding
- type SMS
- func (t *SMS) Close() error
- func (t *SMS) GetComponentMetadata() (metadataInfo metadata.MetadataMap)
- func (t *SMS) Init(_ context.Context, meta bindings.Metadata) error
- func (t *SMS) Invoke(ctx context.Context, req *bindings.InvokeRequest) (*bindings.InvokeResponse, error)
- func (t *SMS) Operations() []bindings.OperationKind
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SMS ¶
type SMS struct {
// contains filtered or unexported fields
}
func (*SMS) GetComponentMetadata ¶
func (t *SMS) GetComponentMetadata() (metadataInfo metadata.MetadataMap)
GetComponentMetadata returns the metadata of the component.
func (*SMS) Invoke ¶
func (t *SMS) Invoke(ctx context.Context, req *bindings.InvokeRequest) (*bindings.InvokeResponse, error)
func (*SMS) Operations ¶
func (t *SMS) Operations() []bindings.OperationKind
Click to show internal directories.
Click to hide internal directories.