statusnotification

package
v0.0.0-...-42d5c12 Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2022 License: GPL-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 BaseRepo

type BaseRepo interface {
	Create(ctx context.Context, cp models.OcppStatusNotification) (models.OcppStatusNotification, error)
	GetStatusNotifications(ctx context.Context, cpid int32) ([]models.OcppStatusNotification, error)
	GetLatestStatusNotifications(ctx context.Context, cpid int32) ([]models.OcppStatusNotification, error)
}

func NewBaseRepo

func NewBaseRepo(db *gorm.DB) BaseRepo

Jump to

Keyboard shortcuts

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