Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( FlagPrefix = clix.FlagPrefix("ECHO_SERVER_") Flags = clix.Flags( FlagListen.Flags(), FlagCount, ) FlagListen = netflag.NewServer(FlagPrefix, netflag.Network("tcp", "tcp4", "tcp6", "unix"), netflag.Address("127.0.0.1:9900"), netflag.DisableGenCert, netflag.EnableGenCert, ) FlagCount = &cli.IntFlag{ Name: "count", Aliases: []string{"c"}, Usage: "number of times to repeat sending a message", EnvVars: FlagPrefix.EnvVars("COUNT", "C"), FilePath: FlagPrefix.FilePath("COUNT", "C"), Value: 1, Destination: new(int), } FlagSet = clix.NewFlagSet() )
Functions ¶
func LookupCount ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.