Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractJSONField ¶
ExtractJSONField extracts the stream flag from JSON
Types ¶
type ConcurrentGroup ¶
type ConcurrentGroup struct {
// contains filtered or unexported fields
}
ConcurrentGroup is like errgroup.Group but differs in that an error in one goroutine will not interrupt the functioning of another. See https://pkg.go.dev/golang.org/x/sync/errgroup#Group.Go.
func NewConcurrentGroup ¶
func NewConcurrentGroup() *ConcurrentGroup
func (*ConcurrentGroup) Go ¶
func (c *ConcurrentGroup) Go(fn func() error)
func (*ConcurrentGroup) Wait ¶
func (c *ConcurrentGroup) Wait() error
Click to show internal directories.
Click to hide internal directories.