Skip to content

Commit

Permalink
Fix Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
hupe1980 committed Dec 1, 2021
1 parent f07b276 commit b8023b4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions rpc/rpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ type RPC struct {
Session *session
}

type RPCOptions struct {
Token string
SSL bool
APIVersion string
}

func NewRPC(http *http.Client, url string) *RPC {
rpc := &RPC{
http: http,
Expand Down

0 comments on commit b8023b4

Please sign in to comment.