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 Snapshot struct {
|
||||
client *Client
|
||||
client *client
|
||||
baseAddress string
|
||||
}
|
||||
|
||||
// newSnapshot creates a new Snapshot instance
|
||||
func newSnapshot(c *Client) *Snapshot {
|
||||
func newSnapshot(c *client) *Snapshot {
|
||||
return &Snapshot{
|
||||
client: c,
|
||||
baseAddress: c.addressMap["snapshot"],
|
||||
|
||||
Reference in New Issue
Block a user