LoadGlobalRules 加载全局规则
(ctx context.Context)
| 214 | type Loader interface { |
| 215 | // LoadGlobalRules 加载全局规则 |
| 216 | LoadGlobalRules(ctx context.Context) ([]*Rule, error) |
| 217 | |
| 218 | // LoadProjectRules 加载项目规则 |
| 219 | LoadProjectRules(ctx context.Context, projectID string) ([]*Rule, error) |
no outgoing calls
no test coverage detected