We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent effe6ce commit ae38559Copy full SHA for ae38559
1 file changed
pkg/server/server.go
@@ -48,6 +48,7 @@ func ResolveDataDir(dataDir string) (string, error) {
48
// PrepareServer prepares the server for operation. This includes setting paths
49
// in ControlConfig, creating any certificates not extracted from the bootstrap
50
// data, and binding request handlers.
51
+// TEST
52
func PrepareServer(ctx context.Context, config *Config, cfg *cmds.Server) error {
53
if err := setupDataDirAndChdir(&config.ControlConfig); err != nil {
54
return err
0 commit comments