Added godoc commends for embedded methods and types to extend commands. Moved constants to internal directory

This commit is contained in:
Kelvin Clement Mwinuka
2024-04-29 15:20:10 +08:00
parent dcb88ffead
commit 281c4f27a7
37 changed files with 187 additions and 75 deletions

View File

@@ -18,8 +18,8 @@ import (
"encoding/json"
"errors"
"fmt"
"github.com/echovault/echovault/constants"
"github.com/echovault/echovault/internal"
"github.com/echovault/echovault/internal/constants"
"gopkg.in/yaml.v3"
"log"
"os"