forked from gsn/predictor
feat: implemented service/transport/main layers
This commit is contained in:
parent
5158c5d7c9
commit
bcb9ace54c
29 changed files with 804 additions and 393 deletions
|
|
@ -12,7 +12,7 @@ import (
|
|||
)
|
||||
|
||||
func encodePerformPredictionRequest(
|
||||
req OptParameters,
|
||||
req OptPredictionParameters,
|
||||
r *http.Request,
|
||||
) error {
|
||||
const contentType = "application/json"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue