package mocks

import "github.com/uber/tchannel-go/thrift/mocks"

Index

Types

type TChanMeta

type TChanMeta struct {
	mock.Mock
}

func (*TChanMeta) Health

func (_m *TChanMeta) Health(ctx thrift.Context) (*meta.HealthStatus, error)

type TChanSecondService

type TChanSecondService struct {
	mock.Mock
}

func (*TChanSecondService) Echo

func (m *TChanSecondService) Echo(ctx thrift.Context, arg string) (string, error)

type TChanSimpleService

type TChanSimpleService struct {
	mock.Mock
}

func (*TChanSimpleService) Call

func (m *TChanSimpleService) Call(ctx thrift.Context, arg *test.Data) (*test.Data, error)

func (*TChanSimpleService) Simple

func (m *TChanSimpleService) Simple(ctx thrift.Context) error

Source Files

TChanMeta.go TChanSecondService.go TChanSimpleService.go

Version
v1.0.5
Published
Apr 4, 2016
Platform
js/wasm
Imports
4 packages
Last checked
8 hours ago

Tools for package owners.