Skip to main content
Module

x/deno_slack_protocols/mod.ts>MessageBoundaryProtocol

Implements the rules for communication between Slack CLI and any Slack app development SDKs
variable MessageBoundaryProtocol
import { MessageBoundaryProtocol } from "https://deno.land/x/deno_slack_protocols@0.0.2/mod.ts";

Protocol implementation that only uses stdout, but uses message boundaries to differentiate between diagnostic information and hook responses.

type

(args: string[]) => Protocol