refactor: IDL structure modification (#475)

This commit is contained in:
liuyunchao-1998
2025-08-07 15:59:51 +08:00
committed by GitHub
parent b25bf6728a
commit e7d25319ff
221 changed files with 8289 additions and 17471 deletions

View File

@@ -1,7 +1,7 @@
include "../base.thrift"
include "./plugin_develop_common.thrift"
namespace go ocean.cloud.plugin_develop
namespace go plugin_develop
service PluginDevelopService {
GetOAuthSchemaResponse GetOAuthSchema(1: GetOAuthSchemaRequest request)(api.post='/api/plugin/get_oauth_schema', api.category="plugin", api.gen_path="plugin")

View File

@@ -1,4 +1,4 @@
namespace go plugin_develop.common
enum OnlineStatus {
OFFLINE = 0,
ONLINE = 1,