(ctx context.Context, req types.SensitiveRequest)
| 15 | CheckText(ctx context.Context, scenario, text string) (bool, error) |
| 16 | CheckImage(ctx context.Context, scenario, ossBucketName, ossObjectName string) (bool, error) |
| 17 | CheckRequest(ctx context.Context, req types.SensitiveRequest) (bool, error) |
| 18 | } |
| 19 | |
| 20 | type SensitiveComponent struct { |
no outgoing calls
no test coverage detected