1
0
Fork 0
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:
Prabhat Khera 2023-06-02 13:33:06 +12:00
parent ee32f513e1
commit 5acb8edbd0

View file

@ -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 }