johncming / go-spec

my wiki
Apache License 2.0
0 stars 0 forks source link

peerListener #57

Closed johncming closed 5 years ago

johncming commented 5 years ago

55

type peerListener struct {
    net.Listener
    serve func() error
    close func(context.Context) error
}
johncming commented 5 years ago

configurePeerListeners

来自embed.Config