Versions in this module Expand all Collapse all v0 v0.9.9 Jun 4, 2026 v0.9.8 Jun 4, 2026 Changes in this version + func ConsumeReconnectToken(token string) (int, bool) + func Execute(binaryPath string, extraArgs []string) error + func IssueReconnectToken(userId int) (string, error) + func Register(c Contributor) + func ResetRegistry() + func Restore(fd int) error + func Save(w io.Writer) error + type Contributor interface + CopyoverName func() string + CopyoverRestore func(dec *Decoder) error + CopyoverSave func(enc *Encoder) error + func FuncContributor(name string, save func(*Encoder) error, restore func(*Decoder) error) Contributor + func TokenContributor() Contributor + type Decoder struct + func (d *Decoder) ReadSection(name string, v any) error + type Encoder struct + func (e *Encoder) WriteSection(name string, v any) error