Skip to content

Commit

Permalink
Merge branch 'v2_ctx' into sdk_v2
Browse files Browse the repository at this point in the history
  • Loading branch information
bretterer committed Apr 28, 2020
2 parents 758fdac + 842f95b commit 8d045d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion okta/okta.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
"github.com/kelseyhightower/envconfig"
)

const Version = "2.0.0-rc.1"
const Version = "2.0.0-rc.3"

type Client struct {
config *config
Expand Down
5 changes: 2 additions & 3 deletions openapi/generator/templates/okta.go.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
package okta

import (
"context"
"fmt"
"io/ioutil"
"os/user"
Expand All @@ -14,7 +13,7 @@ import (
"github.com/kelseyhightower/envconfig"
)

const Version = "2.0.0-rc.1"
const Version = "2.0.0-rc.3"

type Client struct {
config *config
Expand All @@ -30,7 +29,7 @@ type resource struct {
client *Client
}

func NewClient(ctx context.Context, conf ...ConfigSetter) (*Client, error) {
func NewClient(conf ...ConfigSetter) (*Client, error) {
config := &config{}

setConfigDefaults(config)
Expand Down

0 comments on commit 8d045d3

Please sign in to comment.