Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StopServer ¶
StopServer gracefully asks the http server to shutdown
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for sending messages back to the parent process
type Tar ¶ added in v0.33.0
type Tar struct {
// contains filtered or unexported fields
}
func (*Tar) PrepareFiles ¶ added in v0.33.0
PrepareFiles stats the given files and stores their FileInfo for later use in SendFiles. This way, if a file is missing, we can return an error before starting to write the tar stream.
Click to show internal directories.
Click to hide internal directories.