v1

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewUserService

func NewUserService(userStore dv1.UserStore) *userService

Types

type UserDTO

type UserDTO struct {
	dv1.UserDO
}

type UserDTOList

type UserDTOList struct {
	TotalCount int64      `json:"totalCount,omitempty"`
	Items      []*UserDTO `json:"data"`
}

type UserSrv

type UserSrv interface {
	List(ctx context.Context, opts metav1.ListMeta) (*UserDTOList, error)
}

Jump to

Keyboard shortcuts

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