package
1.2.5
Repository: https://github.com/brutella/hc.git
Documentation: pkg.go.dev

# Functions

CategoriesGoCode returns the go code for a categories file.
FileName returns the filename for a characteristic.
CharacteristicGoCode returns the o code for a characteristic file.
CharacteristicLocalFilePath returns the filepath to a characteristic.
CharacteristicRelativeFilePath returns the relative filepath to a characteristic.
FileName returns the filename for a characteristic.
ServiceGoCode returns the o code for a characteristic file.
ServiceLocalFilePath returns the filepath to a service.
ServiceRelativeFilePath returns the relative filepath to a service.

# Constants

CatsStructTemplate is template for a categories struct.
CharStructTemplate is template for a characteristic struct.
ServiceStructTemplate is template for a service struct.

# Variables

# Structs

Characteristic holds characteristic template data.
ConstDecl is a constant declaration.
Service holds service template data.

# Type aliases

ByValue defines a type for sorting const declarations by value by Impelementing the sort.Interface interface.