Documentation ¶
Overview ¶
Package event イベント取得リクエスト
Package event イベント取得レスポンス ¶
Package event is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventGetRequest ¶
type EventGetRequest struct {
MasterEventId int64
}
func NewEventGetRequest ¶
func NewEventGetRequest() *EventGetRequest
func SetEventGetRequest ¶
func SetEventGetRequest(masterEventId int64) *EventGetRequest
type EventGetRequests ¶
type EventGetRequests []*EventGetRequest
func NewEventGetRequests ¶
func NewEventGetRequests() EventGetRequests
type EventGetResponse ¶
type EventGetResponse struct {
MasterEvent *masterEvent.MasterEvent
}
func NewEventGetResponse ¶
func NewEventGetResponse() *EventGetResponse
func SetEventGetResponse ¶
func SetEventGetResponse(masterEvent *masterEvent.MasterEvent) *EventGetResponse
type EventGetResponses ¶
type EventGetResponses []*EventGetResponse
func NewEventGetResponses ¶
func NewEventGetResponses() EventGetResponses
type EventService ¶
type EventService interface {
Get(cxt context.Context, req *EventGetRequest) (*EventGetResponse, error)
}
func NewEventService ¶
func NewEventService( masterEventMysqlRepository masterEvent.MasterEventMysqlRepository, ) EventService
type MockEventService ¶
type MockEventService struct {
// contains filtered or unexported fields
}
MockEventService is a mock of EventService interface.
func NewMockEventService ¶
func NewMockEventService(ctrl *gomock.Controller) *MockEventService
NewMockEventService creates a new mock instance.
func (*MockEventService) EXPECT ¶
func (m *MockEventService) EXPECT() *MockEventServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockEventService) Get ¶
func (m *MockEventService) Get(cxt context.Context, req *EventGetRequest) (*EventGetResponse, error)
Get mocks base method.
type MockEventServiceMockRecorder ¶
type MockEventServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockEventServiceMockRecorder is the mock recorder for MockEventService.
func (*MockEventServiceMockRecorder) Get ¶
func (mr *MockEventServiceMockRecorder) Get(cxt, req interface{}) *gomock.Call
Get indicates an expected call of Get.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.