added more form functions

This commit is contained in:
2023-03-26 20:19:31 +02:00
parent 0af31bb0d9
commit 07bb5569a7
10 changed files with 200 additions and 91 deletions

View File

@@ -43,6 +43,9 @@ type Config struct {
// required to intercept requests using httpmock in tests
Mock bool
// required for forms
Description string
}
func Getversion() string {