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

func (*TChanSimpleService) SimpleFuture

func (_m *TChanSimpleService) SimpleFuture(_ctx thrift.Context) error

Source Files

TChanMeta.go TChanSecondService.go TChanSimpleService.go

Version
v1.34.6 (latest)
Published
Jan 8, 2025
Platform
linux/amd64
Imports
4 packages
Last checked
2 days ago

Tools for package owners.