mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-09 09:35:03 +09:00
Add go:generate for ns,pp
This commit is contained in:
parent
4338440bed
commit
8faca58993
5 changed files with 9 additions and 146 deletions
|
@ -1,9 +1,9 @@
|
|||
// Code generated by MockGen. DO NOT EDIT.
|
||||
// Source: paymentservice/paymentserviceclient/paymentserviceclient.go
|
||||
// Source: github.com/anyproto/any-sync/paymentservice/paymentserviceclient (interfaces: AnyPpClientService)
|
||||
//
|
||||
// Generated by this command:
|
||||
//
|
||||
// mockgen -source paymentservice/paymentserviceclient/paymentserviceclient.go
|
||||
// mockgen -destination=mock/mock_paymentserviceclient.go -package=mock_paymentserviceclient github.com/anyproto/any-sync/paymentservice/paymentserviceclient AnyPpClientService
|
||||
//
|
||||
|
||||
// Package mock_paymentserviceclient is a generated GoMock package.
|
||||
|
@ -22,6 +22,7 @@ import (
|
|||
type MockAnyPpClientService struct {
|
||||
ctrl *gomock.Controller
|
||||
recorder *MockAnyPpClientServiceMockRecorder
|
||||
isgomock struct{}
|
||||
}
|
||||
|
||||
// MockAnyPpClientServiceMockRecorder is the mock recorder for MockAnyPpClientService.
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
//go:generate mockgen -destination=mock/mock_paymentserviceclient.go -package=mock_paymentserviceclient github.com/anyproto/any-sync/paymentservice/paymentserviceclient AnyPpClientService
|
||||
package paymentserviceclient
|
||||
|
||||
import (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue