kubectl的vistor模式
摘要:package main import ( "encoding/json" "encoding/xml" "log" ) type Visitor func(shape Shape) type Shape interface { accept(Visitor) } type Circle struc
阅读全文
posted @ 2022-04-19 14:49
posted @ 2022-04-19 14:49
posted @ 2022-04-14 14:49
posted @ 2022-04-08 14:16
posted @ 2022-04-06 17:01
posted @ 2022-04-02 13:15