Notice 连接notice服务.
| 11 | |
| 12 | // Notice 连接notice服务. |
| 13 | type Notice struct { |
| 14 | client meta.NoticeServiceClient |
| 15 | } |
| 16 | |
| 17 | // NewNotice 返回notice client. |
| 18 | func NewNotice(host string) (*Notice, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected