Documentation
¶
Overview ¶
Package profile defines SiteWhere Structures for Install Profiles
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SiteWhereProfile ¶
type SiteWhereProfile string
SiteWhereProfile profiles to use the application
const (
// Default profile, use all microservices
Default SiteWhereProfile = "Default"
// Minimal profile, use a reduce set of microservices
Minimal SiteWhereProfile = "Minimal"
)
Click to show internal directories.
Click to hide internal directories.