mock

package
v0.0.0-...-712da53 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service interface {
	Create(req *request.CreateRequest) (resp *response.CreateResponse, err error)
	PageList(req *request.ListRequest) (resp *response.ListResponse, err error)
	Detail(req *request.DetailRequest) (info *response.DetailResponse, err error)
	Delete(req *request.DeleteRequest) error
}

func New

func New(dbRepo database.Repo) Service

Jump to

Keyboard shortcuts

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