Skip to content

Commit

Permalink
Diversifying the reflection API usage, for ServiceDeployer
Browse files Browse the repository at this point in the history
  • Loading branch information
Yan Titarenko authored Mar 23, 2021
1 parent 03df112 commit fdcb7fb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions deployers/servicedeployer.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,17 @@ package deployers
import (
"encoding/json"
"fmt"
"github.com/apache/openwhisk-wskdeploy/webaction"

"net/http"
"path"
"reflect"
"strconv"
"strings"
"sync"
"time"

"github.com/apache/openwhisk-wskdeploy/webaction"
reflect "github.com/goccy/go-reflect"

"github.com/apache/openwhisk-client-go/whisk"
"github.com/apache/openwhisk-wskdeploy/dependencies"
"github.com/apache/openwhisk-wskdeploy/parsers"
Expand Down

0 comments on commit fdcb7fb

Please sign in to comment.