sample

package
v0.0.2-0...-986e9f8 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// UsersServices ~
	UsersServices usersServicesInterface
	UserDao       UserRepoInterface
	EventsDao     EventRepoInterface
)

Functions

This section is empty.

Types

type EventRepoInterface

type EventRepoInterface interface {
	Create(string) error
}

func NewEventRepository

func NewEventRepository(db *sqlx.DB) EventRepoInterface

type UserRepoInterface

type UserRepoInterface interface {
	Create() error
}

func NewUserRepository

func NewUserRepository(db *sqlx.DB) UserRepoInterface

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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