Documentation ¶
Overview ¶
Copyright 2014 tsuru authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFakeLogger ¶
Types ¶
type FakeLogger ¶
func (*FakeLogger) Debug ¶
func (l *FakeLogger) Debug(o string)
func (*FakeLogger) Debugf ¶
func (l *FakeLogger) Debugf(format string, o ...interface{})
func (*FakeLogger) Error ¶
func (l *FakeLogger) Error(o string)
func (*FakeLogger) Errorf ¶
func (l *FakeLogger) Errorf(format string, o ...interface{})
func (*FakeLogger) Fatal ¶
func (l *FakeLogger) Fatal(o string)
func (*FakeLogger) Fatalf ¶
func (l *FakeLogger) Fatalf(format string, o ...interface{})
Click to show internal directories.
Click to hide internal directories.