Removed LotusProto
This commit is contained in:
parent
70d0502a95
commit
2a4fb21347
1 changed files with 0 additions and 23 deletions
|
|
@ -1,23 +0,0 @@
|
|||
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