contract

package
v0.0.0-...-a474e13 Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IStoreRepository

type IStoreRepository interface {
	Select(ctx context.Context, args ...string) (items []*entity.Store, err error)
	Insert(ctx context.Context, args ...*entity.Store) error
	Update(ctx context.Context, arg *entity.Store) error
	Delete(ctx context.Context, arg *entity.Store) error
}

type IStoreService

type IStoreService interface {
	All(ctx context.Context) (items []*entity.Store, err error)
	Find(ctx context.Context, arg *entity.Store) (item *entity.Store, err error)
	Record(ctx context.Context, args ...*entity.Store) error
	Patch(ctx context.Context, arg *entity.Store) error
	Erase(ctx context.Context, arg *entity.Store) error
}

Jump to

Keyboard shortcuts

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