濮阳杆衣贸易有限公司

主頁 > 知識庫 > golang struct 實現(xiàn) interface的方法

golang struct 實現(xiàn) interface的方法

熱門標(biāo)簽:建造者2地圖標(biāo)注 阿里云ai電話機器人 惠州電銷防封電話卡 鄭州亮點科技用的什么外呼系統(tǒng) 濱州自動電銷機器人排名 釘釘有地圖標(biāo)注功能嗎 浙江高頻外呼系統(tǒng)多少錢一個月 汕頭小型外呼系統(tǒng) 黃岡人工智能電銷機器人哪個好

golang中,一般strcut包含 interface類型后,struct類型都需要實現(xiàn) interface導(dǎo)出的接口,從而成為相應(yīng)的 interface接口類。

實際上,struct包含interface之后,并不需要實現(xiàn)interface的接口,也能成為 interface接口類。

代碼如下:

type newEr interface {  

  New()

}

type testInterface interface {  

  newEr  

  Done() -chan struct{}

}

type kkTest struct {  

  testInterface

}

func NewTest() newEr {  

  return kkTest{}

}

func main() {  

  kk := NewTest()  

  i,ok := kk.(testInterface)  

  fmt.Println(i,ok)  

  ch := i.Done()  

  fmt.Println(ch)

}

其中  i,ok := kk.(testInterface)  測試成功,也就是說 kkTest  已經(jīng)是 testInterface 接口類,但是后續(xù) ch := i.Done()    引發(fā) panic,這個也是預(yù)料之內(nèi)的。

相關(guān)的應(yīng)用可以看 context包中的實現(xiàn),valueCtx部分實現(xiàn)了 Context 接口函數(shù),對其不需要的函數(shù)沒有實現(xiàn),如果調(diào)用了這些未實現(xiàn)的函數(shù)就會導(dǎo)致 panic。這樣在程序排錯其實是很有好處的,因為調(diào)用到這些接口,說明代碼其實已經(jīng)寫錯了。

以上就是本文的全部內(nèi)容,希望對大家的學(xué)習(xí)有所幫助,也希望大家多多支持腳本之家。

您可能感興趣的文章:
  • 使用go的interface案例實現(xiàn)多態(tài)范式操作
  • Go語言實現(xiàn)類似c++中的多態(tài)功能實例
  • golang語言如何將interface轉(zhuǎn)為int, string,slice,struct等類型
  • golang基礎(chǔ)之Interface接口的使用
  • golang中struct和interface的基礎(chǔ)使用教程
  • Go之interface的具體使用
  • Go語言中你不知道的Interface詳解
  • golang中interface接口的深度解析
  • 淺談Go語言多態(tài)的實現(xiàn)與interface使用

標(biāo)簽:滄州 駐馬店 昭通 晉中 東營 泰安 阿壩 瀘州

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《golang struct 實現(xiàn) interface的方法》,本文關(guān)鍵詞  golang,struct,實現(xiàn),interface,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《golang struct 實現(xiàn) interface的方法》相關(guān)的同類信息!
  • 本頁收集關(guān)于golang struct 實現(xiàn) interface的方法的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章
    四会市| 府谷县| 尼木县| 定陶县| 临汾市| 曲松县| 莱西市| 日喀则市| 富川| 隆子县| 张家界市| 额济纳旗| 富锦市| 繁昌县| 疏勒县| 天峨县| 长丰县| 忻城县| 吐鲁番市| 定安县| 阿拉善右旗| 奉节县| 绥阳县| 定兴县| 江油市| 通道| 侯马市| 托里县| 金塔县| 宜兰县| 邢台市| 石景山区| 剑河县| 荔浦县| 双鸭山市| 长汀县| 宁武县| 华池县| 马龙县| 蒙城县| 句容市|