Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QRMServerOptions ¶
type QRMServerOptions struct {
QRMServers []string
}
QRMServerOptions holds the configurations for qrm servers in qos aware plugin
func NewQRMServerOptions ¶
func NewQRMServerOptions() *QRMServerOptions
NewQRMServerOptions creates a new Options with a default config
func (*QRMServerOptions) AddFlags ¶
func (o *QRMServerOptions) AddFlags(fs *pflag.FlagSet)
AddFlags adds flags to the specified FlagSet.
func (*QRMServerOptions) ApplyTo ¶
func (o *QRMServerOptions) ApplyTo(c *server.QRMServerConfiguration) error
ApplyTo fills up config with options
Click to show internal directories.
Click to hide internal directories.