mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 20:47:14 -07:00
refactor: moved internal functions to pkg and updated refs
This commit is contained in:
parent
33c333a071
commit
0b16bf2ef6
1 changed files with 3 additions and 5 deletions
|
|
@ -1,14 +1,12 @@
|
||||||
package magellan
|
package magellan
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"encoding/json"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"net/http"
|
||||||
"net/url"
|
"net/url"
|
||||||
|
|
||||||
"github.com/stmcginnis/gofish"
|
"github.com/OpenCHAMI/magellan/pkg/client"
|
||||||
"github.com/stmcginnis/gofish/redfish"
|
|
||||||
|
|
||||||
"github.com/stmcginnis/gofish"
|
|
||||||
"github.com/stmcginnis/gofish/redfish"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type UpdateParams struct {
|
type UpdateParams struct {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue