7 lines
103 B
Go
Raw Normal View History

package session
type Request struct {
//Destination net.Destination
DecodedLayers []interface{}
}