package
0.0.0-20241219150934-9249a2757f07
Repository: https://github.com/smart-core-os/sc-golang.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WithAirTemperatureApiClientFactory instructs the router to create a new client the first time Get is called for that name.
WithAirTemperatureInfoClientFactory instructs the router to create a new client the first time Get is called for that name.
WithAirTemperatureOption configures the airTemperature resource of the model.
WithInitialAirTemperature returns an option that configures the model to initialise with the given air temperature.
WrapApi adapts a traits.AirTemperatureApiServer and presents it as a traits.AirTemperatureApiClient.
WrapInfo adapts a traits.AirTemperatureInfoServer and presents it as a traits.AirTemperatureInfoClient.

# Variables

DefaultModelOptions holds the default options for the model.

# Structs

ApiRouter is a traits.AirTemperatureApiServer that allows routing named requests to specific traits.AirTemperatureApiClient.
No description provided by the author
InfoRouter is a traits.AirTemperatureInfoServer that allows routing named requests to specific traits.AirTemperatureInfoClient.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

ModelOption defined the base type for all options that apply to this traits model.