notification

package
v1.0.5 Latest Latest
Warning

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

Go to latest
Published: May 11, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Notification

type Notification struct {
	ID        string
	Title     string
	URL       url.URL
	UpdatedAt time.Time
	Scope     string
}

Notification is the basic entity that represents a notification of any Source

type Repository

type Repository interface {
	// Filter returns a list of Notification without
	// any filter
	Filter(ctx context.Context) ([]*Notification, error)
}

Repository it's the interface for dealing with the Notification entity

Jump to

Keyboard shortcuts

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