wip-code-check #44
Reference in New Issue
Block a user
Delete Branch "wip-code-check"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR includes changes that adapt the USSD to go-vise:dev-0.1.0
@@ -35,0 +118,4 @@var debug boolflag.StringVar(&sessionId, "session-id", "075xx2123", "session id")flag.StringVar(&dbDir, "dbdir", ".state", "database dir to read from")flag.StringVar(&resourceDir, "resourcedir", path.Join("services", "registration"), "resource dir")do we need this parameter?
@@ -35,3 +37,3 @@}return os.WriteFile(afh.FilePath, jsonData, 0644)return nilWriteEntryis missing here?@@ -38,3 +39,4 @@return nil}func (afh *AccountFileHandler) EnsureFileExists() error {can be removed
@@ -0,0 +7,4 @@"git.defalsify.org/vise.git/lang")type DataStore interface {This does not need to be so verbose, inherit interface (and implementer) instead. Consider: