mirror of
https://github.com/slackhq/nebula.git
synced 2025-11-09 00:13:57 +01:00
Remove commented out metadata.go (#1320)
Some checks failed
gofmt / Run gofmt (push) Successful in 27s
smoke-extra / Run extra smoke tests (push) Failing after 20s
smoke / Run multi node smoke test (push) Failing after 1m26s
Build and test / Build all and test on ubuntu-linux (push) Failing after 18m30s
Build and test / Build and test on linux with boringcrypto (push) Failing after 2m52s
Build and test / Build and test on linux with pkcs11 (push) Failing after 2m35s
Build and test / Build and test on macos-latest (push) Has been cancelled
Build and test / Build and test on windows-latest (push) Has been cancelled
Some checks failed
gofmt / Run gofmt (push) Successful in 27s
smoke-extra / Run extra smoke tests (push) Failing after 20s
smoke / Run multi node smoke test (push) Failing after 1m26s
Build and test / Build all and test on ubuntu-linux (push) Failing after 18m30s
Build and test / Build and test on linux with boringcrypto (push) Failing after 2m52s
Build and test / Build and test on linux with pkcs11 (push) Failing after 2m35s
Build and test / Build and test on macos-latest (push) Has been cancelled
Build and test / Build and test on windows-latest (push) Has been cancelled
This commit is contained in:
parent
096179a8c9
commit
f7540ad355
18
metadata.go
18
metadata.go
@ -1,18 +0,0 @@
|
|||||||
package nebula
|
|
||||||
|
|
||||||
/*
|
|
||||||
|
|
||||||
import (
|
|
||||||
proto "google.golang.org/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)
|
|
||||||
}
|
|
||||||
|
|
||||||
*/
|
|
||||||
Loading…
x
Reference in New Issue
Block a user