MCPcopy Create free account
hub / github.com/GoSimplicity/LinkMe / roleService

Struct roleService

internal/service/role.go:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28type roleService struct {
29 repo repository.RoleRepository
30 permissionRepo repository.PermissionRepository
31 l *zap.Logger
32}
33
34func NewRoleService(repo repository.RoleRepository, permissionRepo repository.PermissionRepository, l *zap.Logger) RoleService {
35 return &roleService{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected