Assume, I have a struct that implements some interface methods: type Worker interface { DoA(string) error DoB(string) error DoC(string) ...
確定! 回上一頁