Versions in this module Expand all Collapse all v0 v0.0.310 Jun 15, 2022 Changes in this version + type ServerRunOptions struct + BindAddress string + InsecurePort int + SecurePort int + TlsCertFile string + TlsPrivateKey string + func NewServerRunOptions() *ServerRunOptions + func (s *ServerRunOptions) AddFlags(fs *pflag.FlagSet, c *ServerRunOptions) + func (s *ServerRunOptions) Validate() []error