File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,18 +71,18 @@ import (
7171// }
7272// defer client.Stop()
7373type Client struct {
74- options ClientOptions
75- process * exec.Cmd
76- client * jsonrpc2.Client
77- actualPort int
78- actualHost string
79- state ConnectionState
80- sessions map [string ]* Session
81- sessionsMux sync.Mutex
82- isExternalServer bool
83- conn net.Conn // stores net.Conn for external TCP connections
84- useStdio bool // resolved value from options
85- autoStart bool // resolved value from options
74+ options ClientOptions
75+ process * exec.Cmd
76+ client * jsonrpc2.Client
77+ actualPort int
78+ actualHost string
79+ state ConnectionState
80+ sessions map [string ]* Session
81+ sessionsMux sync.Mutex
82+ isExternalServer bool
83+ conn net.Conn // stores net.Conn for external TCP connections
84+ useStdio bool // resolved value from options
85+ autoStart bool // resolved value from options
8686
8787 modelsCache []ModelInfo
8888 modelsCacheMux sync.Mutex
You can’t perform that action at this time.
0 commit comments