port

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2024 License: AGPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HealthService

type HealthService interface {
	Ready(ctx context.Context) bool
}

type NotificationRepository

type NotificationRepository interface {
	ListNotifications(ctx context.Context, resultSelector query.ResultSelector) (notifications []models.Notification, totalResult uint64, err error)
	CreateNotification(ctx context.Context, notificationIn models.Notification) (notification models.Notification, err error)
}

type NotificationService

type NotificationService interface {
	ListNotifications(ctx context.Context, resultSelector query.ResultSelector) (notifications []models.Notification, totalResult uint64, err error)
	CreateNotification(ctx context.Context, notificationIn models.Notification) (notification models.Notification, err error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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