mirror of https://github.com/status-im/consul.git
10 lines
134 B
Go
10 lines
134 B
Go
|
package ext
|
||
|
|
||
|
import (
|
||
|
"github.com/inconshreveable/muxado/proto"
|
||
|
)
|
||
|
|
||
|
const (
|
||
|
heartbeatExtensionType = proto.MinExtensionType + iota
|
||
|
)
|