package services import "github.com/wailsapp/wails/v3/pkg/application" var ExportedServices = []application.Service{ application.NewService(&PostService{}), application.NewService(&AuthorService{}), application.NewService(&CommentService{}), application.NewService(&PostTypeService{}), }