Documentation ¶
Overview ¶
Slack reference: https://atoz-technology.slack.com/archives/C024QHF6ZUN/p1633107324326000?thread_ts=1633010861.297400&cid=C024QHF6ZUN
Index ¶
- func Close()
- func Error(err error)
- func Errorf(format string, v ...interface{})
- func Event(e domain.Event)
- func ForEachInnerError(err error, cb func(error))
- func LogFileForDate(date time.Time) string
- func LogsDir() (string, error)
- func Open() error
- func Printf(format string, v ...interface{})
- func PrintfWithCallDepth(calldepth int, format string, v ...interface{})
- func SendEvents() error
- func SetStage(fs *domain.FileStore, p *domain.Project, s *domain.Stage)
- func Signal(name string)
- func Wrap(err error, args ...interface{}) error
- func Wrapf(format string, v ...interface{}) error
- type GoBuildError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ForEachInnerError ¶
ForEachInnerError executes callback for each inner message of err First occured, the deapest in the stack is called first.
func LogFileForDate ¶
func PrintfWithCallDepth ¶
func SendEvents ¶
func SendEvents() error
Types ¶
type GoBuildError ¶
func (*GoBuildError) Error ¶
func (e *GoBuildError) Error() string
Click to show internal directories.
Click to hide internal directories.