Files
go-unifi/unifi/codegen.go
Mateusz Filipowicz dca894e8e7 feat: use Client interface instead of client struct when interacting with UniFi SDK (#21)
* feat: use Client interface instead of client struct when interacting with UniFi SDK

Breaking change!

* chore: linting

* chore: linting
2025-02-17 09:38:41 +01:00

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