del conversation bug fix

This commit is contained in:
Gordon
2022-08-05 15:16:43 +08:00
parent 1dfe8f866a
commit ba5edabb2c
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -34,6 +34,10 @@ type groupServer struct {
etcdAddr []string
}
func (s *groupServer) GetGroupAbstractInfo(c context.Context, req *pbGroup.GetGroupAbstractInfoReq) (*pbGroup.GetGroupAbstractInfoResp, error) {
panic("implement me")
}
func NewGroupServer(port int) *groupServer {
log.NewPrivateLog(constant.LogFileName)
return &groupServer{