event

package
v0.0.0-...-4834045 Latest Latest
Warning

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

Go to latest
Published: Jul 15, 2024 License: MIT Imports: 5 Imported by: 0

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

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockEventService) Get

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.

Directories

Path Synopsis
Package masterEvent イベント
Package masterEvent イベント

Jump to

Keyboard shortcuts

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