mirror of
https://github.com/onyx-and-iris/xair-cli.git
synced 2026-04-09 02:13:35 +00:00
setup the skeletal structure for Eq, Comp and Gate.
implement strip/bus eq on commands.
This commit is contained in:
9
internal/xair/gate.go
Normal file
9
internal/xair/gate.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package xair
|
||||
|
||||
type Gate struct {
|
||||
client *Client
|
||||
}
|
||||
|
||||
func newGate(c *Client) *Gate {
|
||||
return &Gate{client: c}
|
||||
}
|
||||
Reference in New Issue
Block a user