Skip to main content

MODULE LIST

Syntax

MODULE LIST

Module

admin

Categories

admin dangerous fast

Description

List all the modules that are currently loaded in the server.

Examples

List all the modules that are currently loaded in the server:

vault, err := echovault.NewEchoVault()
if err != nil {
log.Fatal(err)
}
modules := server.ListModules()