orchard/pkg/client
Nikolay Edigaryev 6a325daf74
Switch from golang.org/x/net/websocket to nhooyr.io/websocket and handle NotFound errors (#105)
* Switch from golang.org/x/net/websocket to nhooyr.io/websocket

* Do not attach errors that we can handle to the Gin's context

* Add missing newline to "no credentials specified or found, ..." message

* Fix potential NPE in ChooseUsernameAndPassword()

* Fix type in PortForward() error message in "orchard ssh vm"

* Fix potential NPE in Connections()

* Use header.Set() for consistency's sake for Authorization header
2023-07-04 18:10:41 +04:00
..
client.go Switch from golang.org/x/net/websocket to nhooyr.io/websocket and handle NotFound errors (#105) 2023-07-04 18:10:41 +04:00
controller.go Controller info endpoint and API integration examples (#75) 2023-04-11 07:28:46 +00:00
events.go Controller info endpoint and API integration examples (#75) 2023-04-11 07:28:46 +00:00
option.go TLS improvements (#90) 2023-06-07 15:31:55 +04:00
service_accounts.go Better state syncing and other improvements (#24) 2023-03-01 11:42:16 -05:00
vms.go Switch from golang.org/x/net/websocket to nhooyr.io/websocket and handle NotFound errors (#105) 2023-07-04 18:10:41 +04:00
workers.go Better state syncing and other improvements (#24) 2023-03-01 11:42:16 -05:00