-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #269 from ArtisanCloud/dev/michaelhu
Dev/michaelhu
- Loading branch information
Showing
4 changed files
with
196 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,18 @@ | ||
syntax = "v1" | ||
|
||
info( | ||
title: "健康管理" | ||
desc: "健康管理" | ||
author: "MichaelHu" | ||
email: "[email protected]" | ||
version: "v1" | ||
) | ||
|
||
@server( | ||
group: system/health | ||
prefix: /api/v1/system | ||
) | ||
|
||
service PowerX { | ||
@doc "健康检查接口" | ||
@handler HealthCheck | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
syntax = "v1" | ||
|
||
@server( | ||
group: plugin | ||
prefix: /api/v1 | ||
) | ||
|
||
service PowerX { | ||
@doc "插件接口" | ||
@handler RegisterPlugin | ||
|
Oops, something went wrong.