type gopkg.in/warnings.v0.Collector
9 uses
gopkg.in/warnings.v0 (current package)
warnings.go#L116: type Collector struct {
warnings.go#L131: func NewCollector(isFatal func(error) bool) *Collector {
warnings.go#L132: return &Collector{IsFatal: isFatal}
warnings.go#L139: func (c *Collector) Collect(err error) error {
warnings.go#L159: func (c *Collector) Done() error {
warnings.go#L164: func (c *Collector) erorr() error {
github.com/go-git/gcfg
read.go#L51: func read(c *warnings.Collector, callback func(string, string, string, string, bool) error,
set.go#L195: func newValue(c *warnings.Collector, sect string, vCfg reflect.Value,
set.go#L216: func set(c *warnings.Collector, cfg interface{}, sect, sub, name string,
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |