summaryrefslogtreecommitdiff
path: root/populatePackagePB.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-09 06:23:08 -0500
committerJeff Carr <[email protected]>2025-10-09 06:44:11 -0500
commitbab0ecf924c0f4ddbac5b86ba226a742828c8b40 (patch)
treee54fef46d48187a4bdae71469caf651320b5fc62 /populatePackagePB.go
parente8ee27ea75b4df4f91d00c6c2741bd446694e464 (diff)
fixes to the .proto filev0.0.6
Diffstat (limited to 'populatePackagePB.go')
-rw-r--r--populatePackagePB.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/populatePackagePB.go b/populatePackagePB.go
index 1d9b900..ad39069 100644
--- a/populatePackagePB.go
+++ b/populatePackagePB.go
@@ -7,7 +7,7 @@ import (
"go.wit.com/lib/config"
)
-func setString(pb proto.Message, varname string, varvalue string) (bool, error) {
+func SetString(pb proto.Message, varname string, varvalue string) (bool, error) {
msg := pb.ProtoReflect() // This is the entry point to the reflection API.
descriptor := msg.Descriptor() // Get the message's descriptor, which contains metadata about its fields.