c

package
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 8, 2024 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Ping.
	FuncPing = cc.FuncPing

	// User registration.
	FuncRegisterUser           = "RegisterUser"
	FuncApproveAndRegisterUser = "ApproveAndRegisterUser"

	// Logging in and out.
	FuncLogUserIn            = "LogUserIn"
	FuncLogUserOut           = "LogUserOut"
	FuncGetListOfLoggedUsers = "GetListOfLoggedUsers"
	FuncIsUserLoggedIn       = "IsUserLoggedIn"

	// Various actions.
	FuncChangePassword = "ChangePassword"
	FuncChangeEmail    = "ChangeEmail"

	// User properties.
	FuncGetUserRoles       = "GetUserRoles"
	FuncViewUserParameters = "ViewUserParameters"
	FuncSetUserRoleAuthor  = "SetUserRoleAuthor"
	FuncSetUserRoleWriter  = "SetUserRoleWriter"
	FuncSetUserRoleReader  = "SetUserRoleReader"
	FuncGetSelfRoles       = "GetSelfRoles"

	// User banning.
	FuncBanUser   = "BanUser"
	FuncUnbanUser = "UnbanUser"

	// Other.
	FuncShowDiagnosticData = cc.FuncShowDiagnosticData
	FuncTest               = "Test"
)

List of supported functions.

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL