Updated logging
This commit is contained in:
parent
8f60c9ce7c
commit
ff9e4b3e3a
8 changed files with 106 additions and 30 deletions
23
Lotus/LotusProto.go
Normal file
23
Lotus/LotusProto.go
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
package Lotus
|
||||
|
||||
import (
|
||||
proto "lpm-cli/Proto/lpm/go"
|
||||
)
|
||||
|
||||
type LotusProtoHandler struct {}
|
||||
|
||||
var (
|
||||
LotusProto *LotusProtoHandler
|
||||
)
|
||||
|
||||
|
||||
func (lph* LotusProtoHandler) GetPackageMetasFromRegistry(registry string) []proto.PackageMetadata{
|
||||
|
||||
//var addr = flag.String("addr", "localhost:50051", "connection addr")
|
||||
|
||||
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in a new issue