refactor: IDL structure modification (#475)
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
|
||||
namespace go plugin_develop.common
|
||||
enum OnlineStatus {
|
||||
OFFLINE = 0,
|
||||
ONLINE = 1,
|
||||
|
||||
Reference in New Issue
Block a user