services

package
v0.0.0-...-39992ae Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2021 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PictureService

type PictureService interface {
	GetUserPictures(userId string) (result *prpc.PicturesMessage, err error)
	GetUserPicture(userId string, pictureId string) (result *prpc.PictureMessage, err error)
	CreateUserPicture(data *prpc.CreateUserPictureRequest) (result *prpc.PictureMessage, err error)
	DeleteUserPicture(userId string, pictureId string) (err error)
}

func NewPicturesService

func NewPicturesService(db *sqlx.DB) PictureService

Jump to

Keyboard shortcuts

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