Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

workspace.BuildInto

Go
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

API reference · Markdown

workspace.BuildInto ( ctx : context.Context , session : tmux.Session , workspace : Workspace ) → error
function [source]
function [source]
workspace.BuildInto

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

Esc

Type to search.