service_impl

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2025 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

Types

type UserImplServiceFx

type UserImplServiceFx struct {
	// contains filtered or unexported fields
}

func (*UserImplServiceFx) Create

func (*UserImplServiceFx) Delete

func (r *UserImplServiceFx) Delete(ctx context.Context, id string) error

func (*UserImplServiceFx) Read

func (*UserImplServiceFx) ReadAll

func (r *UserImplServiceFx) ReadAll(ctx context.Context, limit int, offset int) ([]service_attr.User, error)

func (*UserImplServiceFx) Update

func (r *UserImplServiceFx) Update(ctx context.Context, user service_attr.User) error

type UserServiceParamFx

type UserServiceParamFx struct {
	fx.In

	RDB      *redis.Client
	UserRepo repo_api.UserRepoAPI `optional:"false"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳