Skip to content

Commit

Permalink
feat: add mgw stream types
Browse files Browse the repository at this point in the history
  • Loading branch information
akitaSummer committed Dec 9, 2024
1 parent e37755b commit 36eaf75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/types/controller-decorator/model/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export enum ControllerType {
SOFA_RPC = 'SOFA_RPC',
SOFA_RPC_STREAM = 'SOFA_RPC_STREAM',
MGW_RPC = 'MGW_RPC',
MGW_RPC_STREAM = 'MGW_RPC_STREAM',
MESSAGE = 'MESSAGE',
SCHEDULE = 'SCHEDULE',
HEADERS = 'HEADERS',
Expand All @@ -24,6 +25,7 @@ export enum MethodType {
SOFA_RPC = 'SOFA_RPC',
SOFA_RPC_STREAM = 'SOFA_RPC_STREAM',
MGW_RPC = 'MGW_RPC',
MGW_RPC_STREAM = 'MGW_RPC_STREAM',
MESSAGE = 'MESSAGE',
SCHEDULE = 'SCHEDULE',
}
Expand Down

0 comments on commit 36eaf75

Please sign in to comment.