type CoreAPIOptions … func NewCoreAPIOptions() *CoreAPIOptions { … } func (o *CoreAPIOptions) AddFlags(fs *pflag.FlagSet) { … } func (o *CoreAPIOptions) ApplyTo(config *server.RecommendedConfig) error { … } func (o *CoreAPIOptions) Validate() []error { … }