Documentation
¶
Index ¶
- type Context
- func (c *Context) AssertExpectations()
- func (c *Context) Commit() error
- func (c *Context) ExpectCommit()
- func (c *Context) ExpectForward(key, value interface{})
- func (c *Context) ExpectForwardToChild(key, value interface{}, index int)
- func (c *Context) Forward(key, value interface{}) error
- func (c *Context) ForwardToChild(key, value interface{}, index int) error
- func (c *Context) Logger() log.Logger
- func (c *Context) ShouldError()
- func (c *Context) Stats() stats.Stats
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct {
// contains filtered or unexported fields
}
func NewContext ¶
func (*Context) AssertExpectations ¶
func (c *Context) AssertExpectations()
func (*Context) ExpectCommit ¶
func (c *Context) ExpectCommit()
func (*Context) ExpectForward ¶
func (c *Context) ExpectForward(key, value interface{})
func (*Context) ExpectForwardToChild ¶
func (*Context) ForwardToChild ¶
func (*Context) ShouldError ¶
func (c *Context) ShouldError()
Click to show internal directories.
Click to hide internal directories.