From e1d86573570810d47f63c5504b734db89e80895c Mon Sep 17 00:00:00 2001 From: Simon Deziel Date: Tue, 3 Sep 2024 11:36:41 -0400 Subject: [PATCH] lxd/main_init_dump: add comment for exported function Signed-off-by: Simon Deziel --- lxd/main_init_dump.go | 1 + 1 file changed, 1 insertion(+) diff --git a/lxd/main_init_dump.go b/lxd/main_init_dump.go index 36dc85a0806f..680f6b4a6f80 100644 --- a/lxd/main_init_dump.go +++ b/lxd/main_init_dump.go @@ -9,6 +9,7 @@ import ( "github.com/canonical/lxd/shared/api" ) +// RunDump dumps the server configuration. func (c *cmdInit) RunDump(d lxd.InstanceServer) error { currentServer, _, err := d.GetServer() if err != nil {