newsrepository

package
v0.0.0-...-2a5aabc Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2020 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type INewsRepository

type INewsRepository interface {
	SaveRecord(context.Context, *newsmodel.News) (int64, error)
	SaveNewsID(context.Context, *newsmodel.News) error
}

INewsRepository type

func NewNewsRepository

func NewNewsRepository(db *sql.DB, esClient *elasticv7.Client) INewsRepository

NewNewsRepository - Create news repository

Jump to

Keyboard shortcuts

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