Documentation ¶ Index ¶ Constants type Options func (o *Options) FromFlags(ctx context.Context, c *cli.Context, prefix string) func (o *Options) GetFlags(prefix, category string) []cli.Flag func (o *Options) GetURL() string func (o *Options) SetURL(url string) Constants ¶ View Source const Name = "filesystem" Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Options ¶ type Options struct { options.Options logger.OptionsLogger Validation bool Directory string } func (*Options) FromFlags ¶ func (o *Options) FromFlags(ctx context.Context, c *cli.Context, prefix string) func (*Options) GetFlags ¶ func (o *Options) GetFlags(prefix, category string) []cli.Flag func (*Options) GetURL ¶ func (o *Options) GetURL() string func (*Options) SetURL ¶ func (o *Options) SetURL(url string) Source Files ¶ View all Source files name.go options.go Click to show internal directories. Click to hide internal directories.