Documentation
¶
Index ¶
- Constants
- type Controller
- func (c *Controller) Avatar()
- func (c *Controller) BeforeActivation(b mvc.BeforeActivation)
- func (c *Controller) GetImageWall()
- func (c *Controller) GetTags()
- func (c *Controller) GetUserInfo()
- func (c *Controller) ImageWalls()
- func (c *Controller) Login()
- func (c *Controller) RegisterNewDoctor()
- func (c *Controller) SendSignUpPin()
- func (c *Controller) UpdateAvatar()
- func (c *Controller) UpdateBasicProfile()
- func (c *Controller) UpdateProfile()
- func (c *Controller) UpdateTags()
- func (c *Controller) UploadImageWalls()
Constants ¶
View Source
const ( PinCacheTimeout = 60 * time.Second AvatarBaseDir = "./src/web/source/avatar/" ImageWallsBaseDir = "./src/web/source/imagewalls/" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
Ctx iris.Context
UserService service.UserService
}
func (*Controller) Avatar ¶
func (c *Controller) Avatar()
func (*Controller) BeforeActivation ¶
func (c *Controller) BeforeActivation(b mvc.BeforeActivation)
func (*Controller) GetImageWall ¶
func (c *Controller) GetImageWall()
func (*Controller) GetTags ¶
func (c *Controller) GetTags()
func (*Controller) GetUserInfo ¶
func (c *Controller) GetUserInfo()
func (*Controller) ImageWalls ¶
func (c *Controller) ImageWalls()
func (*Controller) Login ¶
func (c *Controller) Login()
func (*Controller) RegisterNewDoctor ¶
func (c *Controller) RegisterNewDoctor()
func (*Controller) SendSignUpPin ¶
func (c *Controller) SendSignUpPin()
func (*Controller) UpdateAvatar ¶
func (c *Controller) UpdateAvatar()
func (*Controller) UpdateBasicProfile ¶
func (c *Controller) UpdateBasicProfile()
func (*Controller) UpdateProfile ¶
func (c *Controller) UpdateProfile()
func (*Controller) UpdateTags ¶
func (c *Controller) UpdateTags()
func (*Controller) UploadImageWalls ¶
func (c *Controller) UploadImageWalls()
Click to show internal directories.
Click to hide internal directories.