Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StudioController ¶
type StudioController interface { Get(c echo.Context) (err error) GetAll(c echo.Context) (err error) }
func NewStudioController ¶
func NewStudioController(studioSvc studio.StudioService) StudioController
Click to show internal directories.
Click to hide internal directories.