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 PlanResponseDto ¶
type PlanResponseDto struct { ID int `json:"id"` Name string `json:"name"` Type plan.Type `json:"type"` State plan.State `json:"state"` Schedule string `json:"schedule"` ModuleID int `json:"module_id"` CreatedBy string `json:"created_by"` UpdatedBy string `json:"updated_by"` CreatedAt time.Time `json:"created_at"` UpdatedAt time.Time `json:"updated_at"` }
type PlanResponsesDto ¶
type PlanResponsesDto struct {
Data []PlanResponseDto `json:"data"`
}
type PlanVariableResponseDto ¶
type VariableResponsesDto ¶
type VariableResponsesDto struct {
Data []PlanVariableResponseDto `json:"data"`
}
Click to show internal directories.
Click to hide internal directories.