File: const.go

package info (click to toggle)
golang-github-inconshreveable-muxado 0.0~git20140312.0.f693c7e-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 256 kB
  • ctags: 374
  • sloc: makefile: 2
file content (9 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
package ext

import (
	"github.com/inconshreveable/muxado/proto"
)

const (
	heartbeatExtensionType = proto.MinExtensionType + iota
)