mirror of
https://github.com/slackhq/nebula.git
synced 2026-02-16 17:54:22 +01:00
Public Release
This commit is contained in:
18
metadata.go
Normal file
18
metadata.go
Normal file
@@ -0,0 +1,18 @@
|
||||
package nebula
|
||||
|
||||
/*
|
||||
|
||||
import (
|
||||
proto "github.com/golang/protobuf/proto"
|
||||
)
|
||||
|
||||
func HandleMetaProto(p []byte) {
|
||||
m := &NebulaMeta{}
|
||||
err := proto.Unmarshal(p, m)
|
||||
if err != nil {
|
||||
l.Debugf("problem unmarshaling meta message: %s", err)
|
||||
}
|
||||
//fmt.Println(m)
|
||||
}
|
||||
|
||||
*/
|
||||
Reference in New Issue
Block a user