Documentation
¶
Index ¶
- Constants
- func AppHome(rpcs []arpicee.RemoteCall) *slack.HomeTabViewRequest
- func RPCResult(rpc arpicee.RemoteCall, user slack.User, rpcOutput map[string]interface{}, ...) (*slack.Attachment, error)
- func RunRPCDialog(channelID string, rpc arpicee.RemoteCall) slack.ModalViewRequest
- func SelectRPCDialog(rpcs []arpicee.RemoteCall) []slack.Block
Constants ¶
View Source
const (
RunRPCDialogCallbackID = "run_lambda_dialog"
)
View Source
const (
SelectRPCActionID = "select_rpc"
)
Variables ¶
This section is empty.
Functions ¶
func AppHome ¶
func AppHome(rpcs []arpicee.RemoteCall) *slack.HomeTabViewRequest
func RPCResult ¶
func RPCResult(rpc arpicee.RemoteCall, user slack.User, rpcOutput map[string]interface{}, err error) (*slack.Attachment, error)
func RunRPCDialog ¶
func RunRPCDialog(channelID string, rpc arpicee.RemoteCall) slack.ModalViewRequest
func SelectRPCDialog ¶
func SelectRPCDialog(rpcs []arpicee.RemoteCall) []slack.Block
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.