Documentation ¶
Index ¶
- Constants
- type ClientService
- func (cs *ClientService) AgreeTos(ctx context.Context) (waveobj.UpdatesRtnType, error)
- func (cs *ClientService) FocusWindow(ctx context.Context, windowId string) error
- func (cs *ClientService) GetAllConnStatus(ctx context.Context) ([]wshrpc.ConnStatus, error)
- func (cs *ClientService) GetClientData() (*waveobj.Client, error)
- func (cs *ClientService) GetTab(tabId string) (*waveobj.Tab, error)
- func (cs *ClientService) TelemetryUpdate(ctx context.Context, telemetryEnabled bool) error
Constants ¶
View Source
const DefaultTimeout = 2 * time.Second
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientService ¶
type ClientService struct{}
func (*ClientService) AgreeTos ¶
func (cs *ClientService) AgreeTos(ctx context.Context) (waveobj.UpdatesRtnType, error)
func (*ClientService) FocusWindow ¶
func (cs *ClientService) FocusWindow(ctx context.Context, windowId string) error
moves the window to the front of the windowId stack
func (*ClientService) GetAllConnStatus ¶
func (cs *ClientService) GetAllConnStatus(ctx context.Context) ([]wshrpc.ConnStatus, error)
func (*ClientService) GetClientData ¶
func (cs *ClientService) GetClientData() (*waveobj.Client, error)
func (*ClientService) TelemetryUpdate ¶ added in v0.8.1
func (cs *ClientService) TelemetryUpdate(ctx context.Context, telemetryEnabled bool) error
Click to show internal directories.
Click to hide internal directories.