Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModuleService ¶
type ModuleService struct {
// contains filtered or unexported fields
}
ModuleService is the service for module interactions (e.g., CRUD operations).
func NewService ¶
func NewService(cfg *config.Config) *ModuleService
NewService creates a new instance of ModuleService.
func (*ModuleService) CreateModule ¶
func (a *ModuleService) CreateModule() error
CreateModule creates a new module.
Click to show internal directories.
Click to hide internal directories.