domain

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: May 23, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Module combines all domain services

Functions

func NewFormService

func NewFormService(p FormServiceParams) form.Service

NewFormService creates a new form service with dependencies

func NewUserService

func NewUserService(p UserServiceParams) user.Service

NewUserService creates a new user service with dependencies

Types

type FormServiceParams

type FormServiceParams struct {
	fx.In

	Store form.Store
}

FormServiceParams contains dependencies for creating a form service

type UserServiceParams

type UserServiceParams struct {
	fx.In

	Store  user.Store
	Logger logging.Logger
	Config *config.Config
}

UserServiceParams contains dependencies for creating a user service

Directories

Path Synopsis
common

Jump to

Keyboard shortcuts

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