package client type NoticeOptions struct { pushNoticeReq PushNoticeReq } type Notice interface { PushNotice(pushNoticeReq PushNoticeReq) (*PushNoticeResp, error) }