BatchReviewInput wraps documents with batch metadata
| 90 | |
| 91 | // BatchReviewInput wraps documents with batch metadata |
| 92 | type BatchReviewInput struct { |
| 93 | Documents []ReviewRequest |
| 94 | BatchName string |
| 95 | } |
| 96 | |
| 97 | func main() { |
| 98 | ctx := context.Background() |
nothing calls this directly
no outgoing calls
no test coverage detected