Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewFilesController, CreateInitControllersFn)
Functions ¶
func CreateInitControllersFn ¶
func CreateInitControllersFn(pc *FilesController) http.InitControllers
Types ¶
type FilesController ¶
type FilesController struct {
// contains filtered or unexported fields
}
func CreateFilesController ¶
func CreateFilesController(cf string, sto repositories.FilesRepository) (*FilesController, error)
func NewFilesController ¶
func NewFilesController(logger *zap.Logger, s services.FilesService) *FilesController
func (*FilesController) CreateSession ¶
func (pc *FilesController) CreateSession(c *gin.Context)
func (*FilesController) GetSession ¶
func (pc *FilesController) GetSession(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.