wip
This commit is contained in:
parent
be36bdc42b
commit
a8bb3b99b7
@ -22,6 +22,7 @@ func (s *service) Bundle(ctx context.Context, req *types.PostBundleReq) (res *ty
|
|||||||
if err := s.pub.NewBundle(ctx, req.BundleData); err != nil {
|
if err := s.pub.NewBundle(ctx, req.BundleData); err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
// done
|
||||||
return &types.PostBundleRes{
|
return &types.PostBundleRes{
|
||||||
Message: "bundle data posted success",
|
Message: "bundle data posted success",
|
||||||
TimeStamp: time.Now().UTC().Format(time.RFC3339),
|
TimeStamp: time.Now().UTC().Format(time.RFC3339),
|
||||||
|
Loading…
Reference in New Issue
Block a user