Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SettingController ¶ added in v1.1.0
type SettingController struct {
Interactor usecase.SettingInteractor
}
func NewSettingController ¶ added in v1.1.0
func NewSettingController(rwDB, roDB *gorm.DB) *SettingController
func (*SettingController) Get ¶ added in v1.1.0
func (controller *SettingController) Get(c *gin.Context)
func (*SettingController) Set ¶ added in v1.1.0
func (controller *SettingController) Set(c *gin.Context)
type TVController ¶
type TVController struct {
Interactor usecase.TVInteractor
}
func NewTVController ¶
func NewTVController(rwDB, roDB *gorm.DB) *TVController
func (*TVController) Handle ¶
func (controller *TVController) Handle(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.