refactor(grafanabackuper): add restore function
This commit is contained in:
parent
83a15b5a87
commit
1f0d76ba9e
9 changed files with 214 additions and 8 deletions
|
@ -1,6 +1,8 @@
|
|||
package grafanabackuper
|
||||
|
||||
import "fmt"
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
type Message struct {
|
||||
ID uint
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue