Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompletedOptions ¶
type CompletedOptions struct {
// contains filtered or unexported fields
}
func (*CompletedOptions) Validate ¶
func (o *CompletedOptions) Validate() []error
type ExtraOptions ¶
type ExtraOptions struct{}
type Options ¶
type Options struct { Output io.Writer Generic kcpcoreoptions.GenericOptions Server tmcserveroptions.Options Extra ExtraOptions }
func NewOptions ¶
func (*Options) AddFlags ¶
func (o *Options) AddFlags(fss *cliflag.NamedFlagSets)
func (*Options) Complete ¶
func (o *Options) Complete() (*CompletedOptions, error)
Click to show internal directories.
Click to hide internal directories.