Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceAggregateNotifier ¶ added in v1.3.0
type ServiceAggregateNotifier struct {
// contains filtered or unexported fields
}
func NewServiceAggregateNotifier ¶ added in v1.3.0
func NewServiceAggregateNotifier(ctx context.Context, l zerolog.Logger, ent *connection.EntConnection) *ServiceAggregateNotifier
func (ServiceAggregateNotifier) Notify ¶ added in v1.3.0
func (s ServiceAggregateNotifier) Notify(ctx context.Context, certifications []domain.Certification) error
type ServiceNotifier ¶ added in v1.3.0
type ServiceNotifier struct {
// contains filtered or unexported fields
}
func NewServiceNotifier ¶ added in v1.3.0
func NewServiceNotifier(ctx context.Context, l zerolog.Logger, ent *connection.EntConnection) *ServiceNotifier
func (ServiceNotifier) Notify ¶ added in v1.3.0
func (s ServiceNotifier) Notify(ctx context.Context, anchorID int) ([]domain.Certification, error)
Click to show internal directories.
Click to hide internal directories.