Documentation
¶
Index ¶
Constants ¶
View Source
const (
// LogFilePattern string format pattern for the log file
LogFilePattern = "%s/resource-%s.log"
)
Variables ¶
This section is empty.
Functions ¶
func StdErr ¶
func StdErr(msg string, v interface{})
StdErr outputs a message & the string form of a data structure (`v`) to the stderr stream
this is helpful, as Concourse consumes the `stdout` stream for metadata
func WriteStdin ¶
func WriteStdin() []byte
WriteStdin will write the contents of stdin to the log, then return the contents if env var `LOG_DEBUG` != ""
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.