Documentation
¶
Index ¶
Constants ¶
View Source
const MAX_RESULTS = 200
Variables ¶
View Source
var CMD = &cobra.Command{ Use: "server", Short: "start a grpc server", Run: func(cmd *cobra.Command, args []string) { Main(caCertPath, serverCertPath, serverKeyPath) }, }
View Source
var MODEL_MODEL = &Model{
Id: "Model",
}
View Source
var MODEL_REACTOR = &Model{
Id: "Reactor",
}
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.