Initial commit: OpenClaw Mattermost Extension
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { createPluginRuntimeStore } from "openclaw/plugin-sdk/runtime-store";
|
||||
import type { PluginRuntime } from "./runtime-api.js";
|
||||
|
||||
const { setRuntime: setMattermostRuntime, getRuntime: getMattermostRuntime } =
|
||||
createPluginRuntimeStore<PluginRuntime>("Mattermost runtime not initialized");
|
||||
export { getMattermostRuntime, setMattermostRuntime };
|
||||
Reference in New Issue
Block a user