Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &cobra.Command{ Use: "test", Short: "Send a series of test messages to the server", Run: func(cmd *cobra.Command, args []string) { log := viper.Get("logger").(zerolog.Logger) host := viper.GetString("fossil.host") target := proto.ParseConnectionString(host) client, err := fossil.NewClient(host) if err != nil { log.Error().Err(err).Str("address", target.Address).Msg("unable to connect to server") } timeIt("RandomCountBytesTest", client, RandomCountBytesTest) }, }
Functions ¶
func RandomCountBytesTest ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.