automock

package
v0.0.0-...-d6d012e Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GraphQLClient

type GraphQLClient struct {
	mock.Mock
}

GraphQLClient is an autogenerated mock type for the GraphQLClient type

func NewGraphQLClient

func NewGraphQLClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *GraphQLClient

NewGraphQLClient creates a new instance of GraphQLClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*GraphQLClient) Run

func (_m *GraphQLClient) Run(ctx context.Context, req *graphql.Request, resp interface{}) error

Run provides a mock function with given fields: ctx, req, resp

type Service

type Service struct {
	mock.Mock
}

Service is an autogenerated mock type for the Service type

func NewService

func NewService(t interface {
	mock.TestingT
	Cleanup(func())
}) *Service

NewService creates a new instance of Service. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*Service) GetToken

func (_m *Service) GetToken(ctx context.Context, clientId string, consumerType string) (string, apperrors.AppError)

GetToken provides a mock function with given fields: ctx, clientId, consumerType

Jump to

Keyboard shortcuts

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