Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Name ... Name = "messagebird" // AttrAccessKey ... AttrAccessKey = "access_key" // AttrName ... AttrName = "name" // AttrPhone ... AttrPhone = "phone" // AttrBody ... AttrBody = "body" // AttrPayment ... AttrPayment = "Payment" // AttrType ... AttrType = "Type" // AttrAmount ... AttrAmount = "Amount" )
View Source
const (
// StatusDelivered ...
StatusDelivered = "delivered"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Actor ¶
type Actor struct { entity_manager.BaseActor AccessToken string Name string // contains filtered or unexported fields }
Actor ...
func NewActor ¶
func NewActor(settings m.Attributes, entityManager entity_manager.EntityManager, eventBus bus.Bus, adaptors *adaptors.Adaptors) *Actor
NewActor ...
func (*Actor) UpdateBalance ¶
UpdateBalance ...
Click to show internal directories.
Click to hide internal directories.