fix: added plugin interface

This commit is contained in:
rupinder-syngh
2025-04-04 15:12:00 +05:30
parent 6c61edc9cb
commit 9255a0073f
3 changed files with 560 additions and 580 deletions

View File

@@ -3,8 +3,8 @@ package model
import (
"errors"
"fmt"
"testing"
"net/http"
"testing"
"github.com/stretchr/testify/assert"
"gopkg.in/yaml.v2"