You've already forked openaccounting-server
mirror of
https://github.com/openaccounting/oa-server.git
synced 2025-12-09 09:00:42 +13:00
mailgun dep
This commit is contained in:
7
vendor/github.com/modern-go/concurrent/executor.go
generated
vendored
Normal file
7
vendor/github.com/modern-go/concurrent/executor.go
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
package concurrent
|
||||
|
||||
import "context"
|
||||
|
||||
type Executor interface {
|
||||
Go(handler func(ctx context.Context))
|
||||
}
|
||||
Reference in New Issue
Block a user