mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 18:17:55 +00:00
add oss stub for autoloaded getter in core (#29024)
* add oss stub for autoloaded getter in core * add changelog
This commit is contained in:
3
changelog/29024.txt
Normal file
3
changelog/29024.txt
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
```release-note:improvement
|
||||||
|
core: Add autoloaded license getter.
|
||||||
|
```
|
||||||
@@ -31,6 +31,10 @@ func (c *Core) EntGetLicenseState() (*LicenseState, error) {
|
|||||||
return nil, nil
|
return nil, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (c *Core) EntGetLicense() (string, error) {
|
||||||
|
return "", nil
|
||||||
|
}
|
||||||
|
|
||||||
func (c *Core) EntReloadLicense() error {
|
func (c *Core) EntReloadLicense() error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user