func(guids []string) (ccv3.Warnings, error)
| 5 | const BatchSize = 200 |
| 6 | |
| 7 | type callback func(guids []string) (ccv3.Warnings, error) |
| 8 | |
| 9 | func RequestByGUID(guids []string, cb callback) (ccv3.Warnings, error) { |
| 10 | var allWarnings ccv3.Warnings |
no outgoing calls
no test coverage detected