MCPcopy Index your code
hub / github.com/dearcode/candy / Notice

Struct Notice

util/notice.go:13–15  ·  view source on GitHub ↗

Notice 连接notice服务.

Source from the content-addressed store, hash-verified

11
12// Notice 连接notice服务.
13type Notice struct {
14 client meta.NoticeServiceClient
15}
16
17// NewNotice 返回notice client.
18func NewNotice(host string) (*Notice, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected