Documentation ¶
Index ¶
Constants ¶
View Source
const ( // PprofAddress is the default value for pprof in kvstoremesh PprofAddress = "localhost" // PprofPort is the default value for pprof in kvstoremesh PprofPort = 6064 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KVStoreMeshConfig ¶
type KVStoreMeshConfig struct {
Debug bool
}
Config is the KVStoreMeshConfig configuration.
func (KVStoreMeshConfig) Flags ¶
func (def KVStoreMeshConfig) Flags(flags *pflag.FlagSet)
Click to show internal directories.
Click to hide internal directories.