session

package
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 5, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Record

type Record struct {
	Started time.Time  `json:"started"`
	Stopped *time.Time `json:"stopped"`
	Clean   *bool      `json:"clean"`
	Tool    string     `json:"tool"`
	Args    []string   `json:"args"`
}

func Begin

func Begin(projectDir, tool string, args []string) (*Record, error)

func Read

func Read(projectDir string) (*Record, error)

func (*Record) Finish

func (r *Record) Finish(projectDir string, waitErr error) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL