refactor: moved internal functions to pkg and updated refs

This commit is contained in:
David Allen 2025-02-20 17:09:21 -07:00 committed by David Allen
parent 33c333a071
commit 0b16bf2ef6
Signed by: towk
GPG key ID: 0430CDBE22619155

View file

@ -1,14 +1,12 @@
package magellan
import (
"encoding/json"
"fmt"
"net/http"
"net/url"
"github.com/stmcginnis/gofish"
"github.com/stmcginnis/gofish/redfish"
"github.com/stmcginnis/gofish"
"github.com/stmcginnis/gofish/redfish"
"github.com/OpenCHAMI/magellan/pkg/client"
)
type UpdateParams struct {