請輸入想查詢的單字或片語
struct
US /strʌkt/
・
UK /strʌkt/
A1 初級
n.
名詞
能夠存儲多個值的記錄;特別是C編程語言中的一種。
影片字幕
Go 中的資源庫模式--如何構建你的項目 (Repository Pattern in Go - How to Structure your Projects)
16:24
And here we start actually pretty well because we start with an application
struct
that we can start injecting dependencies.
在這裡,我們的起點其實很高,因為我們有了一個應用程序結構,可以開始注入依賴關係。
And here is the user
struct
from the storage.
下面是存儲中的用戶結構。
B1 中級