Documentation
¶
Index ¶
- func GenerateAll() error
- func GenerateController(accessType access_types.PluginAccessType, ...) error
- func GenerateHTTPServer(dispatchers []*definitions.PluginDispatcher) error
- func GeneratePluginDaemon(accessType access_types.PluginAccessType, ...) error
- func GenerateService(accessType access_types.PluginAccessType, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateAll ¶
func GenerateAll() error
GenerateAll generates all controller and service files based on dispatchers
func GenerateController ¶
func GenerateController(accessType access_types.PluginAccessType, dispatchers []*definitions.PluginDispatcher) error
GenerateController generates a controller file for the given access type
func GenerateHTTPServer ¶
func GenerateHTTPServer(dispatchers []*definitions.PluginDispatcher) error
GenerateHTTPServer generates a http server file for the given access type
func GeneratePluginDaemon ¶
func GeneratePluginDaemon(accessType access_types.PluginAccessType, dispatchers []*definitions.PluginDispatcher) error
GeneratePluginDaemon generates a plugin daemon file for the given access type
func GenerateService ¶
func GenerateService(accessType access_types.PluginAccessType, dispatchers []*definitions.PluginDispatcher) error
GenerateService generates a service file for the given access type
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.