remove todo implement.

This commit is contained in:
Monet Lee 2024-09-26 11:50:33 +08:00
parent 14974be072
commit 5636b3eaa8

View File

@ -66,11 +66,6 @@ type groupServer struct {
webhookClient *webhook.Client
}
func (s *groupServer) GetSpecifiedUserGroupRequestInfo(ctx context.Context, req *pbgroup.GetSpecifiedUserGroupRequestInfoReq) (*pbgroup.GetSpecifiedUserGroupRequestInfoResp, error) {
//TODO implement me
panic("implement me")
}
type Config struct {
RpcConfig config.Group
RedisConfig config.Redis