Versions in this module Expand all Collapse all v1 v1.1.0 Aug 29, 2019 v1.0.0 Aug 29, 2019 Changes in this version + func NewServer(pluginsRegistry HooksRegistry, listenAddress string, caPool *x509.CertPool, ...) bahamut.Server + type BaseConfiguration struct + CAPoolPath string + ListenAddress string + ServerCertificateKeyPath string + ServerCertificatePath string + type HookFunc func(string, elemental.Operation, gaia.RemoteProcessorModeValue, ...) error + type HooksRegistry []HookFunc + func NewHooksRegistry(plugins ...HookFunc) HooksRegistry