automock

package
v0.0.0-...-ecc6c17 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthConverter

type AuthConverter struct {
	mock.Mock
}

AuthConverter is an autogenerated mock type for the AuthConverter type

func (*AuthConverter) InputFromGraphQL

func (_m *AuthConverter) InputFromGraphQL(in *graphql.AuthInput) *model.AuthInput

InputFromGraphQL provides a mock function with given fields: in

func (*AuthConverter) ToGraphQL

func (_m *AuthConverter) ToGraphQL(in *model.Auth) *graphql.Auth

ToGraphQL provides a mock function with given fields: in

type UIDService

type UIDService struct {
	mock.Mock
}

UIDService is an autogenerated mock type for the UIDService type

func (*UIDService) Generate

func (_m *UIDService) Generate() string

Generate provides a mock function with given fields:

type WebhookRepository

type WebhookRepository struct {
	mock.Mock
}

WebhookRepository is an autogenerated mock type for the WebhookRepository type

func (*WebhookRepository) Create

func (_m *WebhookRepository) Create(item *model.ApplicationWebhook) error

Create provides a mock function with given fields: item

func (*WebhookRepository) Delete

func (_m *WebhookRepository) Delete(item *model.ApplicationWebhook) error

Delete provides a mock function with given fields: item

func (*WebhookRepository) GetByID

GetByID provides a mock function with given fields: id

func (*WebhookRepository) ListByApplicationID

func (_m *WebhookRepository) ListByApplicationID(applicationID string) ([]*model.ApplicationWebhook, error)

ListByApplicationID provides a mock function with given fields: applicationID

func (*WebhookRepository) Update

func (_m *WebhookRepository) Update(item *model.ApplicationWebhook) error

Update provides a mock function with given fields: item

Jump to

Keyboard shortcuts

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