mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-18 13:45:09 +00:00
update go mod (#334)
This commit is contained in:
@@ -3,13 +3,11 @@ package handler
|
||||
import (
|
||||
"context"
|
||||
|
||||
|
||||
pb "github.com/micro/services/nft/proto"
|
||||
)
|
||||
|
||||
type Nft struct{}
|
||||
|
||||
|
||||
func (n *Nft) Assets(ctx context.Context, req *pb.AssetsRequest, rsp *pb.AssetsResponse) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user