Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRoutesFactory ¶
func NewRoutesFactory() func(group *gin.RouterGroup)
NewRoutesFactory creates and returns a factory to create routes
Types ¶
type GitConfigDto ¶
type GitConfigDto struct { Repository string `json:"repository"` Branch string `json:"branch"` Username string `json:"username"` }
GitConfigDto struct defines the git configuration structure
type ListResponseDto ¶
type ListResponseDto struct {
Data []ModuleResponseDto `json:"data"`
}
ListResponseDto struct defines books list response structure
Click to show internal directories.
Click to hide internal directories.