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,7 +3,7 @@ package xair
|
||||
import "fmt"
|
||||
|
||||
type Strip struct {
|
||||
client *Client
|
||||
client *client
|
||||
baseAddress string
|
||||
Gate *Gate
|
||||
Eq *Eq
|
||||
@@ -11,7 +11,7 @@ type Strip struct {
|
||||
}
|
||||
|
||||
// newStrip creates a new Strip instance
|
||||
func newStrip(c *Client) *Strip {
|
||||
func newStrip(c *client) *Strip {
|
||||
return &Strip{
|
||||
client: c,
|
||||
baseAddress: c.addressMap["strip"],
|
||||
|
||||
Reference in New Issue
Block a user