README ¶ interface-extractor example: Utility for generating interfaces for a given type interface-extractor may have bugs go install github.com/urandom/interface-extractor@latest go generate go build Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type Bar func (b Bar) Add() func (b Bar) Run(ctx context.Context) error func (b Bar) Stop() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Bar ¶ type Bar struct { } func (Bar) Add ¶ func (b Bar) Add() func (Bar) Run ¶ func (b Bar) Run(ctx context.Context) error func (Bar) Stop ¶ func (b Bar) Stop() error Source Files ¶ View all Source files example.go Click to show internal directories. Click to hide internal directories.