Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ModelPath points to directory with face detection, face recognition, // age prediction and gender prediction models. ModelPath = "models" // USN is the universal service name of face recognition service USN = "mesh.cpn.face_rkg" // HermesUSN is the universal service name of Hermes (temporally equivalent to dashboard) HermesUSN = "mesh.cpn.dashboard" // DashboardUSN is the universal service name of dashboard DashboardUSN = "mesh.cpn.dashboard" ApolloCfgPrefix = "apollo" ApolloServerKey = "apollo.server" ApolloDefaultServerAddr = "localhost:8080" ApolloAppIdKey = "apollo.app_id" ApolloClusterKey = "apollo.cluster_name" ApolloDefaultCluster = "default" ApolloNameSpaceKey = "apollo.namespace_name" ApolloDefaultNameSpace = "application" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.