mirror of
https://github.com/onyx-and-iris/xair-cli.git
synced 2026-04-09 02:13:35 +00:00
unexport client
This commit is contained in:
@@ -3,12 +3,12 @@ package xair
|
||||
import "fmt"
|
||||
|
||||
type HeadAmp struct {
|
||||
client *Client
|
||||
client *client
|
||||
baseAddress string
|
||||
}
|
||||
|
||||
// newHeadAmp creates a new HeadAmp instance with the provided client.
|
||||
func newHeadAmp(c *Client) *HeadAmp {
|
||||
func newHeadAmp(c *client) *HeadAmp {
|
||||
return &HeadAmp{
|
||||
client: c,
|
||||
baseAddress: c.addressMap["headamp"],
|
||||
|
||||
Reference in New Issue
Block a user