Documentation
¶
Index ¶
- type Builder
- func (b *Builder) Args(args *args.Args) *Builder
- func (b *Builder) Async() *Builder
- func (b *Builder) Build() *command
- func (b *Builder) Charset(charset string) *Builder
- func (b *Builder) Check(checker checker) *Builder
- func (b *Builder) Checker() (builder *checkerBuilder)
- func (b *Builder) Collect(collector collector) *Builder
- func (b *Builder) Collector() *collectorBuilder
- func (b *Builder) Context(ctx context.Context) *Builder
- func (b *Builder) Count(counter counter) *Builder
- func (b *Builder) Counter() *counterBuilder
- func (b *Builder) Dir(dir string) *Builder
- func (b *Builder) Echo() *Builder
- func (b *Builder) Environment() *environmentBuilder
- func (b *Builder) Notify(notifier notifier) *Builder
- func (b *Builder) Pwe() *Builder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶ added in v0.2.8
type Builder struct {
// contains filtered or unexported fields
}
Builder 构建器
func (*Builder) Environment ¶ added in v0.2.9
func (b *Builder) Environment() *environmentBuilder
Source Files
¶
- builder.go
- check.go
- checker.go
- checker_builder.go
- checker_contains.go
- checker_equal.go
- checker_filepath.go
- checker_params.go
- checker_regexp.go
- collector.go
- collector_builder.go
- collector_params.go
- collector_string.go
- collector_strings.go
- command.go
- const.go
- counter.go
- counter_builder.go
- counter_line.go
- counter_params.go
- environment_builder.go
- environment_params.go
- gex.go
- notifier.go
- operator.go
- params.go
- trim.go
Click to show internal directories.
Click to hide internal directories.
