Documentation
¶
Overview ¶
Package user contains the list of administrative user for the system. All users have accesses, into a profile and even extended access based upon table records. It needs context xmodule.
Index ¶
- Constants
- Variables
- func GetOptions(ds *base.Datasource, group string, father int) *xdominion.XRecords
- func Setup(ds applications.Datasource, prefix string) ([]string, error)
- func StartContext(ds applications.Datasource, ctx *context.Context) error
- func Synchronize(ds applications.Datasource, prefix string) ([]string, error)
Constants ¶
View Source
const ( MODULEID = "useradmin" VERSION = "0.0.1" )
Variables ¶
View Source
var ModuleUserAdmin = assets.ModuleEntries{}
View Source
var Needs = []string{"base", "user", "adminmenu"}
Functions ¶
func GetOptions ¶
GetUsersList to get a list of all the users
func Setup ¶
func Setup(ds applications.Datasource, prefix string) ([]string, error)
InitModule is called during the init phase to link the module with the system adds tables and caches to sitecontext::database
func StartContext ¶
func StartContext(ds applications.Datasource, ctx *context.Context) error
func Synchronize ¶
func Synchronize(ds applications.Datasource, prefix string) ([]string, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.