github.com/slackhq/nebula@v1.9.0/metadata.go (about) 1 package nebula 2 3 /* 4 5 import ( 6 proto "google.golang.org/protobuf/proto" 7 ) 8 9 func HandleMetaProto(p []byte) { 10 m := &NebulaMeta{} 11 err := proto.Unmarshal(p, m) 12 if err != nil { 13 l.Debugf("problem unmarshaling meta message: %s", err) 14 } 15 //fmt.Println(m) 16 } 17 18 */