Documentation
¶
Index ¶
Constants ¶
View Source
const NoticeContent = "「SYSTEM INFO」: Your current company has been using the ERDA platform for more than 1 year!!"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutoScanner ¶
type AutoScanner struct {
// contains filtered or unexported fields
}
func (*AutoScanner) CheckNoticeExist ¶
func (as *AutoScanner) CheckNoticeExist()
func (*AutoScanner) CheckNoticeExpired ¶
func (as *AutoScanner) CheckNoticeExpired()
func (*AutoScanner) PublishNotice ¶
func (as *AutoScanner) PublishNotice(orgID uint64)
func (*AutoScanner) Run ¶
func (as *AutoScanner) Run()
func (*AutoScanner) UnPublishNotice ¶
func (as *AutoScanner) UnPublishNotice(orgID, noticeID uint64) error
type Option ¶
type Option func(as *AutoScanner)
Click to show internal directories.
Click to hide internal directories.