workspace.BuildInto
Go
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- workspace.BuildInto ( ctx : context.Context , session : tmux.Session , workspace : Workspace ) error
-
BuildInto populates the initial session described by workspace. The session must already have been created from
Workspace.InitialSessionRequest. BuildInto uses the session's existing server and transport; it neither creates a session nor opens or owns a connection.BuildInto is not atomic. A failure leaves completed mutations in tmux.
Discussed in Go workspace internals , Go workspace builder examples , Use the Go workspace builder , Go workspace builder behavior , Go workspace builder API