Skip to content

Commit b8023b4

Browse files
committed
Fix Linter
1 parent f07b276 commit b8023b4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

rpc/rpc.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ type RPC struct {
3131
Session *session
3232
}
3333

34-
type RPCOptions struct {
35-
Token string
36-
SSL bool
37-
APIVersion string
38-
}
39-
4034
func NewRPC(http *http.Client, url string) *RPC {
4135
rpc := &RPC{
4236
http: http,

0 commit comments

Comments
 (0)