Versions in this module Expand all Collapse all v0 v0.7.1 Aug 17, 2020 GO-2022-1117 +1 more GO-2022-1117: Insufficient verification of proofs in github.com/codenotary/immudb GO-2022-1118: Improper validation of UUIDs in github.com/codenotary/immudb v0.7.0 Aug 10, 2020 GO-2022-1117 +1 more GO-2022-1117: Insufficient verification of proofs in github.com/codenotary/immudb GO-2022-1118: Improper validation of UUIDs in github.com/codenotary/immudb Changes in this version + type ConfigServiceMock struct + func (v *ConfigServiceMock) GetString(key string) string + func (v *ConfigServiceMock) ReadConfig(in io.Reader) error + func (v *ConfigServiceMock) SetConfigType(in string) + func (v *ConfigServiceMock) WriteConfigAs(filename string) error + type SservicePermissionsMock struct + func (ssp SservicePermissionsMock) GroupCreateIfNotExists() (err error) + func (ssp SservicePermissionsMock) SetOwnership(path string) (err error) + func (ssp SservicePermissionsMock) UserCreateIfNotExists() (err error) + type Sservicemock struct + func (ss Sservicemock) CopyExecInOsDefault(execPath string) (newExecPath string, err error) + func (ss Sservicemock) EraseData(serviceName string) (err error) + func (ss Sservicemock) GetDefaultConfigPath(serviceName string) (string, error) + func (ss Sservicemock) GetDefaultExecPath(localFile string) (string, error) + func (ss Sservicemock) GetExecutable(input string, serviceName string) (exec string, err error) + func (ss Sservicemock) InstallConfig(serviceName string) (err error) + func (ss Sservicemock) InstallSetup(serviceName string) (err error) + func (ss Sservicemock) IsAdmin() (bool, error) + func (ss Sservicemock) IsRunning(status string) bool + func (ss Sservicemock) NewDaemon(name, description, execStartPath string, dependencies ...string) (d daemon.Daemon, err error) + func (ss Sservicemock) ReadConfig(serviceName string) (err error) + func (ss Sservicemock) RemoveProgramFiles(serviceName string) (err error) + func (ss Sservicemock) UninstallSetup(serviceName string) (err error)