Documentation ¶
Index ¶
- func Authentications(ctx *context.Context)
- func Config(ctx *context.Context)
- func Dashboard(ctx *context.Context)
- func DeleteAuthSource(ctx *context.Context)
- func DeleteNotices(ctx *context.Context)
- func DeleteRepo(ctx *context.Context)
- func DeleteUser(ctx *context.Context)
- func EditAuthSource(ctx *context.Context)
- func EditAuthSourcePost(ctx *context.Context, form auth.AuthenticationForm)
- func EditUser(ctx *context.Context)
- func EditUserPost(ctx *context.Context, form auth.AdminEditUserForm)
- func EmptyNotices(ctx *context.Context)
- func Monitor(ctx *context.Context)
- func NewAuthSource(ctx *context.Context)
- func NewAuthSourcePost(ctx *context.Context, form auth.AuthenticationForm)
- func NewUser(ctx *context.Context)
- func NewUserPost(ctx *context.Context, form auth.AdminCreateUserForm)
- func Notices(ctx *context.Context)
- func Organizations(ctx *context.Context)
- func Repos(ctx *context.Context)
- func SendTestMail(ctx *context.Context)
- func Users(ctx *context.Context)
- type Operation
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Authentications ¶
Authentications show authentication config page
func DeleteAuthSource ¶
DeleteAuthSource response for deleting an auth source
func DeleteNotices ¶
DeleteNotices delete the specific notices
func EditAuthSource ¶
EditAuthSource render editing auth source page
func EditAuthSourcePost ¶
func EditAuthSourcePost(ctx *context.Context, form auth.AuthenticationForm)
EditAuthSourcePost response for editing auth source
func EditUserPost ¶
func EditUserPost(ctx *context.Context, form auth.AdminEditUserForm)
EditUserPost response for editting user
func NewAuthSource ¶
NewAuthSource render adding a new auth source page
func NewAuthSourcePost ¶
func NewAuthSourcePost(ctx *context.Context, form auth.AuthenticationForm)
NewAuthSourcePost response for adding an auth source
func NewUserPost ¶
func NewUserPost(ctx *context.Context, form auth.AdminCreateUserForm)
NewUserPost response for adding a new user
func Organizations ¶
Organizations show all the organizations
func SendTestMail ¶
SendTestMail send test mail to confirm mail service is OK
Types ¶
Click to show internal directories.
Click to hide internal directories.