changes in Initialse method as adding AddResource function

This commit is contained in:
AshwiniK-protean
2025-02-28 18:02:20 +05:30
parent 26c97c5774
commit 4b940d9e51
57 changed files with 2516 additions and 2993 deletions

View File

@@ -10,6 +10,7 @@ import (
"strings"
)
// Payload represents the structure of the data payload with context information.
type Payload struct {
Context struct {
Domain string `json:"domain"`