dal

package
v0.0.0-...-3db5ba0 Latest Latest
Warning

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

Go to latest
Published: Jun 6, 2018 License: GPL-3.0 Imports: 3 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DB   db.Database
	User UserDal
	Play PlayDal
)

Functions

This section is empty.

Types

type PlayDal

type PlayDal interface {
	GetPlayByID(c context.Context, playID string) (play models.Play, err error)
	NewPlay(c context.Context, entity *models.PlayEntity) (play models.Play, err error)
}

type UserDal

type UserDal interface {
	GetUserByID(c context.Context, userID string) (user models.User, err error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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