Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSetCtrl = wire.NewSet( NewDatasheetCtrl, NewAccountCtrl, )
Functions ¶
This section is empty.
Types ¶
type AccountCtrl ¶
type AccountCtrl struct {
// contains filtered or unexported fields
}
func NewAccountCtrl ¶
func NewAccountCtrl(accountService *sys.AccountService) *AccountCtrl
func (*AccountCtrl) Login ¶
func (ctrl *AccountCtrl) Login(ctx *gin.Context)
type DatasheetCtrl ¶
type DatasheetCtrl struct {
// contains filtered or unexported fields
}
func NewDatasheetCtrl ¶
func NewDatasheetCtrl(datasheet *datasheet.Service) *DatasheetCtrl
func (*DatasheetCtrl) Save ¶
func (ctrl *DatasheetCtrl) Save(ctx *gin.Context)
Click to show internal directories.
Click to hide internal directories.