Potion/internal/domain/user/service.go
Hayden Hargreaves 780f5dfb84 (CHORE): Updated and removed the last few backend components.
Just needed to clean up the VC a little bit.
2025-06-14 19:33:10 -07:00

5 lines
47 B
Go

package domain
type UserService interface {
}