Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( BuildTS = "None" GitHash = "None" GitBranch = "None" Version = "None" )
Version information.
View Source
var GRPCListenAddress string
View Source
var HTTPListenAddress string
View Source
var MasterCmd = &cobra.Command{ Use: "master", Short: "run master service", Long: "run master service", Args: cobra.NoArgs, Run: func(cmd *cobra.Command, args []string) { runMaster() }, }
View Source
var PProfListenAddress string
View Source
var ServiceName = "go.micro.server.worker"
Functions ¶
func GetVersion ¶
func GetVersion() string
Types ¶
Click to show internal directories.
Click to hide internal directories.