mock

package
v0.0.0-...-397f8ad Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 6, 2015 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package mock is just for test only.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewContext

func NewContext() context.Context

NewContext creates a mock context.Context.

Types

type Context

type Context struct {
	// contains filtered or unexported fields
}

Context is a mock context.Context for test.

func (*Context) ClearValue

func (c *Context) ClearValue(key fmt.Stringer)

ClearValue implements context.Context ClearValue interface.

func (*Context) FinishTxn

func (c *Context) FinishTxn(rollback bool) error

FinishTxn implements context.Context FinishTxn interface.

func (*Context) GetTxn

func (c *Context) GetTxn(forceNew bool) (kv.Transaction, error)

GetTxn implements context.Context GetTxn interface.

func (*Context) SetValue

func (c *Context) SetValue(key fmt.Stringer, value interface{})

SetValue implements context.Context SetValue interface.

func (*Context) Value

func (c *Context) Value(key fmt.Stringer) interface{}

Value implements context.Context Value interface.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL