userResource

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2025 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type RestHandler

type RestHandler interface {
	GetResourceOptions(w http.ResponseWriter, r *http.Request)
}

type RestHandlerImpl

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

func NewUserResourceRestHandler

func NewUserResourceRestHandler(logger *zap.SugaredLogger,
	userService user.UserService,
	userResourceService userResource.UserResourceService) *RestHandlerImpl

func (*RestHandlerImpl) GetResourceOptions

func (handler *RestHandlerImpl) GetResourceOptions(w http.ResponseWriter, r *http.Request)

type Router

type Router interface {
	InitUserResourceRouter(userResourceRouter *mux.Router)
}

type RouterImpl

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

func NewUserResourceRouterImpl

func NewUserResourceRouterImpl(restHandler RestHandler) *RouterImpl

func (*RouterImpl) InitUserResourceRouter

func (router *RouterImpl) InitUserResourceRouter(userResourceRouter *mux.Router)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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