Documentation
¶
Index ¶
Constants ¶
View Source
const ( ClusterAppFQN = "github.com/voedger/voedger/pkg/apps/sys/clusterapp" ClusterAppNumPartitions = istructs.NumAppPartitions(1) ClusterAppNumAppWS = istructs.NumAppWorkspaces(1) )
Variables ¶
View Source
var ( ClusterAppWSID = istructs.NewWSID(istructs.MainClusterID, istructs.FirstBaseAppWSID) // 140737488420864 ClusterAppPseudoWSID = istructs.NewWSID(istructs.MainClusterID, istructs.FirstPseudoBaseWSID) // 140737488355328 ClusterAppWSIDPartitionID = coreutils.AppPartitionID(ClusterAppWSID, ClusterAppNumPartitions) // 0 ClusterAppNumEngines = [appparts.ProcessorKind_Count]int{int(ClusterAppNumPartitions), 1, int(ClusterAppNumPartitions)} )
Functions ¶
func Provide ¶
func Provide() apps.AppBuilder
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.