mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 04:00:31 +00:00
refactor: clean extension api boundaries
This commit is contained in:
2
extensions/googlechat/api.ts
Normal file
2
extensions/googlechat/api.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export * from "./src/setup-core.js";
|
||||
export * from "./src/setup-surface.js";
|
||||
@@ -2,6 +2,9 @@ import { defineChannelPluginEntry } from "openclaw/plugin-sdk/core";
|
||||
import { googlechatPlugin } from "./src/channel.js";
|
||||
import { setGoogleChatRuntime } from "./src/runtime.js";
|
||||
|
||||
export { googlechatPlugin } from "./src/channel.js";
|
||||
export { setGoogleChatRuntime } from "./src/runtime.js";
|
||||
|
||||
export default defineChannelPluginEntry({
|
||||
id: "googlechat",
|
||||
name: "Google Chat",
|
||||
|
||||
Reference in New Issue
Block a user