mirror of
https://github.com/lorsanstand/HomeOps-Hub.git
synced 2026-09-18 15:08:21 +03:00
refactor: move domain structure and mapper
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package hub_service
|
||||
|
||||
import (
|
||||
"github.com/lorsanstand/HomeOps-Hub/internal/domain"
|
||||
"github.com/rs/zerolog"
|
||||
)
|
||||
|
||||
type HubService struct {
|
||||
log zerolog.Logger
|
||||
}
|
||||
|
||||
func NewHubService(request domain.RegisterAgentRequest)
|
||||
Reference in New Issue
Block a user