mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-27 20:36:29 -04:00
Sync (fetch) refactor; return info from server using new JSON type
This commit is contained in:
+1
-1
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user