Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Name ... Name = "twilio" // AttrFrom ... AttrFrom = "from" // AttrSid ... AttrSid = "sid" // AttrAuthToken ... AttrAuthToken = "authToken" // AttrPhone ... AttrPhone = "phone" // AttrBody ... AttrBody = "body" // AttrAmount ... AttrAmount = "amount" // AttrCurrency ... AttrCurrency = "currency" )
View Source
const ( // StatusAccepted ... StatusAccepted = "accepted" // StatusQueued ... StatusQueued = "queued" // StatusSending ... StatusSending = "sending" // StatusReceiving ... StatusReceiving = "receiving" // StatusReceived ... StatusReceived = "received" // StatusDelivered ... StatusDelivered = "delivered" // StatusUndelivered ... StatusUndelivered = "undelivered" // StatusSent ... StatusSent = "sent" // StatusFailed ... StatusFailed = "failed" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Actor ¶
type Actor struct { entity_manager.BaseActor // contains filtered or unexported fields }
Actor ...
func NewActor ¶
func NewActor(settings m.Attributes, entityManager entity_manager.EntityManager, eventBus event_bus.EventBus, adaptors *adaptors.Adaptors) *Actor
NewActor ...
Click to show internal directories.
Click to hide internal directories.