mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 11:37:01 -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
|
||||
|
||||
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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue