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

@@ -16,8 +16,8 @@ package str
import (
"errors"
"github.com/echovault/echovault/constants"
"github.com/echovault/echovault/internal"
"github.com/echovault/echovault/internal/constants"
)
func setRangeKeyFunc(cmd []string) (internal.KeyExtractionFuncResult, error) {