(ctx context.Context)
| 87 | } |
| 88 | |
| 89 | func (*ServerImpl) RemoteGetInfoCommand(ctx context.Context) (wshrpc.RemoteInfo, error) { |
| 90 | return wshutil.GetInfo(), nil |
| 91 | } |
| 92 | |
| 93 | func (*ServerImpl) RemoteInstallRcFilesCommand(ctx context.Context) error { |
| 94 | return wshutil.InstallRcFiles() |