1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-07-12 22:41:07 +02:00

add events package (#2341)

* add events package

* update go version
This commit is contained in:
Asim Aslam
2021-11-08 08:52:39 +00:00
committed by GitHub
parent c5be9f560c
commit 0c2041e439
56 changed files with 982 additions and 72 deletions

View File

@ -8,8 +8,8 @@ import (
"sync/atomic"
"time"
log "go-micro.dev/v4/logger"
"github.com/miekg/dns"
log "go-micro.dev/v4/logger"
"golang.org/x/net/ipv4"
"golang.org/x/net/ipv6"
)

View File

@ -4,8 +4,8 @@ import (
"sync"
"time"
"go-micro.dev/v4/transport"
"github.com/google/uuid"
"go-micro.dev/v4/transport"
)
type pool struct {

View File

@ -3,8 +3,8 @@ package sync
import (
"time"
"go-micro.dev/v4/store"
"github.com/pkg/errors"
"go-micro.dev/v4/store"
)
type operation struct {

View File

@ -6,9 +6,9 @@ import (
"sync"
"time"
"go-micro.dev/v4/store"
"github.com/ef-ds/deque"
"github.com/pkg/errors"
"go-micro.dev/v4/store"
)
// Sync implements a sync in for stores