Documentation
¶
Index ¶
- type TestLogPersister
- func (lp TestLogPersister) Complete(timeout time.Duration) error
- func (lp TestLogPersister) Error(log string)
- func (lp TestLogPersister) Errorf(format string, a ...interface{})
- func (lp TestLogPersister) Info(log string)
- func (lp TestLogPersister) Infof(format string, a ...interface{})
- func (lp TestLogPersister) StageLogPersister(deploymentID, stageID string) logpersister.StageLogPersister
- func (lp TestLogPersister) Success(log string)
- func (lp TestLogPersister) Successf(format string, a ...interface{})
- func (lp TestLogPersister) Write(log []byte) (int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestLogPersister ¶
type TestLogPersister struct {
// contains filtered or unexported fields
}
TestLogPersister implements logpersister for testing.
func NewTestLogPersister ¶
func NewTestLogPersister(t *testing.T) TestLogPersister
NewTestLogPersister creates a new testLogPersister for testing.
func (TestLogPersister) Error ¶
func (lp TestLogPersister) Error(log string)
func (TestLogPersister) Errorf ¶
func (lp TestLogPersister) Errorf(format string, a ...interface{})
func (TestLogPersister) Info ¶
func (lp TestLogPersister) Info(log string)
func (TestLogPersister) Infof ¶
func (lp TestLogPersister) Infof(format string, a ...interface{})
func (TestLogPersister) StageLogPersister ¶
func (lp TestLogPersister) StageLogPersister(deploymentID, stageID string) logpersister.StageLogPersister
func (TestLogPersister) Success ¶
func (lp TestLogPersister) Success(log string)
func (TestLogPersister) Successf ¶
func (lp TestLogPersister) Successf(format string, a ...interface{})
Click to show internal directories.
Click to hide internal directories.