Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateServer ¶
CreateServer create server from config flags. Returns nil on version or help command
Types ¶
type CIDRSliceFlag ¶ added in v1.2.4
CIDRSliceFlag is a flag type which support comma separated CIDR expressions.
func (*CIDRSliceFlag) Get ¶ added in v1.2.4
func (s *CIDRSliceFlag) Get() any
Get implements flag.Getter interface
func (*CIDRSliceFlag) Set ¶ added in v1.2.4
func (s *CIDRSliceFlag) Set(value string) error
Set implements flag.Setter interface
func (*CIDRSliceFlag) String ¶ added in v1.2.4
func (s *CIDRSliceFlag) String() string
String implements flag.Setter interface
Click to show internal directories.
Click to hide internal directories.