kubectl的vistor模式

package main import ( "encoding/json" "encoding/xml" "log" ) type Visitor func(shape Shape) type Shape interface { accept(Visitor) } type Circle struc

posted on 2022-04-19 14:49  yangras  阅读(27)  评论(0编辑  收藏  举报

导航