public interface IMockRuleService
Modifier and Type | Method and Description |
---|---|
Boolean |
addMockRule(MockRule mockRule) |
Boolean |
deleteMockRule(String requestPath) |
String |
getMockData(String requestPath) |
MockRule |
getMockRule(String requestPath) |
List<MockRule> |
getMockRuleList(String requestPathKeyword) |
Boolean |
updateMockRule(MockRule mockRule) |
Copyright © 2022. All rights reserved.