mirror of
https://github.com/onyx-and-iris/xair-cli.git
synced 2026-04-09 02:13:35 +00:00
we no longer need to pass in the kind
remove option function WithKind
This commit is contained in:
@@ -18,9 +18,9 @@ var x32AddressMap = map[string]string{
|
||||
"snapshot": "/-snap",
|
||||
}
|
||||
|
||||
func addressMapForMixerKind(kind MixerKind) map[string]string {
|
||||
func addressMapFromMixerKind(kind mixerKind) map[string]string {
|
||||
switch kind {
|
||||
case KindX32:
|
||||
case kindX32:
|
||||
return x32AddressMap
|
||||
default:
|
||||
return xairAddressMap
|
||||
|
||||
Reference in New Issue
Block a user