dao

package
v0.0.0-...-020a8f2 Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2023 License: GPL-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateUuidV4

func GenerateUuidV4() string

Types

type PetDao

type PetDao interface {
	Search(filter string) ([]entity.GetPet, error)
	Insert(request entity.InsertPet) (string, error)
	Update(request entity.UpdatePet) (int64, error)
	Delete(request entity.DeletePet) (int64, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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