internal/

directory
v1.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 29, 2022 License: Apache-2.0

Directories

Path Synopsis
common
errormsg
Package errormsg implements error messages for orchestration
Package errormsg implements error messages for orchestration
errors
Package errors defines error cases of edge-orchestration.
Package errors defines error cases of edge-orchestration.
logmgr
Package logmgr implements to handle log files and log format
Package logmgr implements to handle log files and log format
mqtt
Package mqtt provides functionalities to handle the client connection to the broker using MQTT
Package mqtt provides functionalities to handle the client connection to the broker using MQTT
networkhelper
Package networkhelper checks the status of network interfaces and let subscribers know if it is updated
Package networkhelper checks the status of network interfaces and let subscribers know if it is updated
networkhelper/detector
Package detector implements wrapper of netlink package
Package detector implements wrapper of netlink package
networkhelper/detector/mocks
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
networkhelper/mocks
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
resourceutil
Package resourceutil provides the information of resource usage of local device
Package resourceutil provides the information of resource usage of local device
resourceutil/mocks
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
types/servicemgrtypes
Package servicemgrtypes defines types for servicemgr
Package servicemgrtypes defines types for servicemgr
controller
cloudsyncmgr
Package cloudsyncmgr provides functionalities to handle the cloud synchronization
Package cloudsyncmgr provides functionalities to handle the cloud synchronization
configuremgr
Package configuremgr provides interfaces between orchestrationapi and configuremgr
Package configuremgr provides interfaces between orchestrationapi and configuremgr
configuremgr/description
Package confdescription defines the configuration informantion of service application
Package confdescription defines the configuration informantion of service application
configuremgr/mocks
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
discoverymgr
Package discoverymgr provides functions to register local device to network and find other orchestration devices
Package discoverymgr provides functions to register local device to network and find other orchestration devices
discoverymgr/mnedc/client/mocks
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
discoverymgr/mnedc/connectionutil/mocks
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
discoverymgr/mnedc/server/mocks
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
discoverymgr/mnedc/tunmgr/mocks
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
discoverymgr/mocks
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
discoverymgr/wrapper
Package wrapper serves wrapper functions of zeroconf for orchestration
Package wrapper serves wrapper functions of zeroconf for orchestration
discoverymgr/wrapper/mocks
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
scoringmgr
Package scoringmgr provides the way to apply specific scoring method for each service application
Package scoringmgr provides the way to apply specific scoring method for each service application
scoringmgr/mocks
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
securemgr/authenticator
Package authenticator package provides access to resources only to authenticated users
Package authenticator package provides access to resources only to authenticated users
securemgr/authorizer
Package authorizer provides Role Based Access Control (RBAC)
Package authorizer provides Role Based Access Control (RBAC)
securemgr/verifier
Package verifier ensures that only allowed containers (images) are launched
Package verifier ensures that only allowed containers (images) are launched
securemgr/verifier/mocks
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
servicemgr
Package servicemgr manages service application execution
Package servicemgr manages service application execution
servicemgr/executor
Package executor provides struct and interface for multi-platform execution
Package executor provides struct and interface for multi-platform execution
servicemgr/executor/androidexecutor
Package androidexecutor provides functions to execute service application in android native
Package androidexecutor provides functions to execute service application in android native
servicemgr/executor/containerexecutor
Package containerexecutor provides functions to execute service application in container environment
Package containerexecutor provides functions to execute service application in container environment
servicemgr/executor/containerexecutor/mocks
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
servicemgr/executor/mocks
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
servicemgr/executor/nativeexecutor
Package nativeexecutor provides functions to execute service application in Linux native
Package nativeexecutor provides functions to execute service application in Linux native
servicemgr/mocks
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
servicemgr/notification
Package notification provides functions to manage notification after running service application
Package notification provides functions to manage notification after running service application
servicemgr/notification/mocks
Package mock_notification is a generated GoMock package.
Package mock_notification is a generated GoMock package.
db
bolt/application/mocks
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
bolt/configuration/mocks
Package mock_configuration is a generated GoMock package.
Package mock_configuration is a generated GoMock package.
bolt/network/mocks
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
bolt/resource/mocks
Package mock_resource is a generated GoMock package.
Package mock_resource is a generated GoMock package.
bolt/service/mocks
Package mock_service is a generated GoMock package.
Package mock_service is a generated GoMock package.
bolt/system/mocks
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
bolt/wrapper/mocks
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
helper/mocks
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package orchestrationapi provides orchestration functionalities to handle distributed service in multi-device environment
Package orchestrationapi provides orchestration functionalities to handle distributed service in multi-device environment
mocks
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package restinterface implements internal/external REST API
Package restinterface implements internal/external REST API
cipher
Package cipher implements simple encrypting and decrypting message
Package cipher implements simple encrypting and decrypting message
cipher/dummy
Package dummy provides the mocking functions
Package dummy provides the mocking functions
cipher/mocks
Package mock_cipher is a generated GoMock package.
Package mock_cipher is a generated GoMock package.
cipher/sha256
Package sha256 implements encryption/decryption functions by sha256
Package sha256 implements encryption/decryption functions by sha256
client
Package client implements REST client management functions
Package client implements REST client management functions
client/mocks
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
client/restclient
Package restclient implements REST client functions to send request to remote orchestration
Package restclient implements REST client functions to send request to remote orchestration
externalhandler
Package externalhandler implements REST server functions to communication between orchestration and service applications
Package externalhandler implements REST server functions to communication between orchestration and service applications
internalhandler
Package internalhandler implements REST server functions to communication between orchestrations
Package internalhandler implements REST server functions to communication between orchestrations
mocks
Package mock_restinterface is a generated GoMock package.
Package mock_restinterface is a generated GoMock package.
resthelper
Package resthelper implements rest helper functions
Package resthelper implements rest helper functions
resthelper/mocks
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
route
Package route implements management functions of REST Router
Package route implements management functions of REST Router
tls

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL