Documentation
¶
Index ¶
- type EventServiceImpl
- func (i *EventServiceImpl) AddEvent(ctx context.Context, in *types.Set[*event.EventSpec]) (*types.Set[*event.Event], error)
- func (i *EventServiceImpl) Init() error
- func (i *EventServiceImpl) Name() string
- func (i *EventServiceImpl) QueryEvent(ctx context.Context, in *event.QueryEventRequest) (*types.Set[*event.Event], error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventServiceImpl ¶
type EventServiceImpl struct { ioc.ObjectImpl // contains filtered or unexported fields }
func (*EventServiceImpl) AddEvent ¶
func (i *EventServiceImpl) AddEvent(ctx context.Context, in *types.Set[*event.EventSpec]) (*types.Set[*event.Event], error)
AddEvent implements event.Service.
func (*EventServiceImpl) Init ¶
func (i *EventServiceImpl) Init() error
func (*EventServiceImpl) Name ¶
func (i *EventServiceImpl) Name() string
func (*EventServiceImpl) QueryEvent ¶
func (i *EventServiceImpl) QueryEvent(ctx context.Context, in *event.QueryEventRequest) (*types.Set[*event.Event], error)
QueryEvent implements event.Service.
Click to show internal directories.
Click to hide internal directories.