Files
comicverse/service/projects.go
Gustavo "Guz" L de Mello eb53285f03 feat(service): new service abstraction to directly interact with DBs and operations
This should make the router be just about HTML rendering, paramaters
validation and routing.
2025-03-11 09:40:48 -03:00

8 lines
90 B
Go

package service
func (s *service) NewProject() {
}
func (s *service) ListProjects() {
}