mirror of
https://github.com/portainer/portainer.git
synced 2025-08-10 08:15:25 +02:00
add init in test data store
This commit is contained in:
parent
ee32f513e1
commit
5acb8edbd0
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ type testDatastore struct {
|
|||
webhook dataservices.WebhookService
|
||||
}
|
||||
|
||||
func (d *testDatastore) Init() error { return nil }
|
||||
func (d *testDatastore) BackupTo(io.Writer) error { return nil }
|
||||
func (d *testDatastore) Open() (bool, error) { return false, nil }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue