Module wicrs_server::hub[][src]

Expand description

Hubs, permission management, channel management and member management.

Structs

Hub

Represents a group of users, permission groups and channels.

HubMember

Represents a member of a hub that maps to a user.

PermissionGroup

Represents a set of permissions that can be easily given to any hub member.

Constants

HUB_DATA_FOLDER

Relative path of the folder in which Hub data files are stored (channel directories and messages).

HUB_INFO_FOLDER

Relative path of the folder in which Hub information files (${ID}) files are stored.