* feat: use Client interface instead of client struct when interacting with UniFi SDK Breaking change! * chore: linting * chore: linting
6 lines
196 B
Go
6 lines
196 B
Go
package unifi
|
|
|
|
// This will generate the *.generated.go files in this package for the specified
|
|
// client controller version.
|
|
//go:generate go run ../codegen/ -version-base-dir=../codegen/ latest
|