gateway

package
v0.0.0-...-c15f595 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2021 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func OpenMySQL

func OpenMySQL(username, password, host string, port int, database string) (*gorm.DB, error)

Types

type PetRepository

type PetRepository interface {
	FindPets(ctx context.Context, name string) ([]domain.Pet, error)
}

func NewPetRepository

func NewPetRepository(db *gorm.DB) PetRepository

Jump to

Keyboard shortcuts

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