这个问题在这里已经有了答案:GoLang,whatiscontentsinparenthesisbeforeMethodName?(1个回答)关闭5年前。func(t*SimpleAsset)Init(stubshim.ChaincodeStubInterface)peer.Response我一直在努力理解hyperledger,其中我们使用Go语言来编写Chaincode。但是在这里我无法理解(t*SimpleAsset)是什么。我明白unit是函数的名称,stub部分是参数,peer.Response是返回类型。由于我是Go的新手,请帮助我,谢谢。