joshuar-go-hass-agent/internal/tracker
Joshua Rich d50b78cd7d feat!: introduce a Config interface for the api
- Add a new interface in the api package that holds the configuration
  variables required to make API (REST or websocket) requests.
- Ensure the agent config satisfies this interface.
- Pass the agent config, which satisfies the interface, to functions in
  the API package, that can then use its values to make requests.
- Remove the now deprecate settings package which is no longer required,
  as the above changes eliminate its purpose.
2023-07-17 01:47:59 +00:00
..
mock_Registry_test.go test!: replace mockery with moq 2023-07-10 10:59:30 +00:00
mock_Sensor_test.go test!: replace mockery with moq 2023-07-10 10:59:30 +00:00
registry.go test!: replace mockery with moq 2023-07-10 10:59:30 +00:00
registry_nutsdb.go fix(tracker): expose error on db creation 2023-07-07 01:09:21 +00:00
registry_nutsdb_test.go fix(tracker): expose error on db creation 2023-07-07 01:09:21 +00:00
sensor.go test!: replace mockery with moq 2023-07-10 10:59:30 +00:00
sensor_test.go test(tracker): add tests for sensor 2023-07-10 11:10:36 +00:00
tracker.go feat!: introduce a Config interface for the api 2023-07-17 01:47:59 +00:00