Sync (fetch) refactor; return info from server using new JSON type

This commit is contained in:
2025-12-09 23:17:59 -05:00
parent ffae2e3002
commit e355c810da
6 changed files with 153 additions and 119 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ type ByteInputFetcher func(prompt string) []byte
var (
GetPassword ByteInputFetcher // Clients should set this to a function that fetches hidden input from the user
RootLength = len(EntryRoot) // length of global.EntryRoot string
RootLength = len(EntryRoot)
)
const (