service_api

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 27, 2025 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 UserServiceAPI

type UserServiceAPI interface {
	Create(ctx context.Context, user service_attr.UserCreate) error
	Delete(ctx context.Context, id string) error
	Read(ctx context.Context, id string) (*service_attr.User, error)
	ReadAll(ctx context.Context, limit int, offset int) ([]service_attr.User, error)
	Update(ctx context.Context, user service_attr.User) error
}

Jump to

Keyboard shortcuts

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