overflow_probes/central/client/protocol/header.go

6 lines
76 B
Go
Raw Normal View History

2017-09-21 08:38:05 +00:00
package protocol
type Header struct {
Protocol string `json:"protocol"`
}