repository

package
v0.0.0-...-8c0e5ce Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service interface {
	FetchArticles(ctx context.Context, req *pb.ListArticleRequest) ([]*pb.Article, error)
	CreateArticle(ctx context.Context, req *pb.Article) error
	DeleteArticle(ctx context.Context, req *pb.Article) error
	UpdateArticle(ctx context.Context, req *pb.Article) error

	FetchCategories(ctx context.Context, req *pb.ListCategoryRequest) ([]*pb.Category, error)
	CreateCategory(ctx context.Context, req *pb.Category) error

	Ping() error
	Close() error
}

func New

func New(dbHost, dbName, dbUser, dbPass, dbPort string) (Service, error)

Jump to

Keyboard shortcuts

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