Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Name ... Name = "slack" // AttrToken ... AttrToken = "token" // AttrUserName ... AttrUserName = "user_name" // AttrChannel ... AttrChannel = "channel" // AttrText ... AttrText = "text" )
Variables ¶
View Source
var F embed.FS
Functions ¶
Types ¶
type Actor ¶
type Actor struct {
*supervisor.BaseActor
Token string
UserName string
// contains filtered or unexported fields
}
Actor ...
func (*Actor) MessageParams ¶
func (e *Actor) MessageParams() m.Attributes
MessageParams ... Channel Text
Click to show internal directories.
Click to hide internal directories.