Documentation ¶
Index ¶
- type Flags
- func (f *Flags) FileName() string
- func (f *Flags) Init() error
- func (f *Flags) Open(ctx context.Context, engine storage.Engine) (zio.WriteCloser, error)
- func (f *Flags) Options() anyio.WriterOpts
- func (f *Flags) SetFlags(fs *flag.FlagSet)
- func (f *Flags) SetFlagsWithFormat(fs *flag.FlagSet, format string)
- func (f *Flags) SetFormatFlags(fs *flag.FlagSet)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Flags ¶
type Flags struct { anyio.WriterOpts DefaultFormat string // contains filtered or unexported fields }
func (*Flags) Options ¶
func (f *Flags) Options() anyio.WriterOpts
func (*Flags) SetFlagsWithFormat ¶
func (*Flags) SetFormatFlags ¶
Click to show internal directories.
Click to hide internal directories.