Documentation
¶
Index ¶
- type UserService
- func (s *UserService) Create(ctx moleculer.Context, user moleculer.Payload) moleculer.Payload
- func (s *UserService) Dependencies() []string
- func (s *UserService) Events() []moleculer.Event
- func (s *UserService) Fail(ctx moleculer.Context) interface{}
- func (s *UserService) Get(ctx moleculer.Context, user moleculer.Payload) moleculer.Payload
- func (s *UserService) Name() string
- func (s *UserService) Panix(ctx moleculer.Context, params moleculer.Payload) moleculer.Payload
- func (s *UserService) Update(ctx moleculer.Context, user moleculer.Payload) moleculer.Payload
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserService ¶
type UserService struct { OnPanix func(moleculer.Context) // contains filtered or unexported fields }
func (*UserService) Dependencies ¶
func (s *UserService) Dependencies() []string
func (*UserService) Events ¶
func (s *UserService) Events() []moleculer.Event
func (*UserService) Fail ¶
func (s *UserService) Fail(ctx moleculer.Context) interface{}
func (*UserService) Name ¶
func (s *UserService) Name() string
Click to show internal directories.
Click to hide internal directories.