Documentation ¶
Overview ¶
This package implements the livelog transport, optionally using websocktunnel or just listening on a port.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LiveLog ¶
type LiveLog struct {
// contains filtered or unexported fields
}
LiveLog is a listener which uses HTTP streaming to deliver up-to-the-second build logs.
func (*LiveLog) Allocate ¶
func (l *LiveLog) Allocate() (string, pubsubbuffer.WriteSubscribeCloser)
Allocate creates a new live log and returns the URL to access it and the writer to populate the contents.
Click to show internal directories.
Click to hide internal directories.