Documentation ¶ Index ¶ func IsTokensEmpty(tokens []string) bool type Wecom func New(tokens, atMobiles []string, rang string, atAll bool, markdown bool) (*Wecom, error) func (w *Wecom) SendVulMessage(result *result.Result, markdown bool) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func IsTokensEmpty ¶ func IsTokensEmpty(tokens []string) bool Types ¶ type Wecom ¶ type Wecom struct { Tokens []string Range string AtMobiles []string AtAll bool Markdown bool } func New ¶ func New(tokens, atMobiles []string, rang string, atAll bool, markdown bool) (*Wecom, error) func (*Wecom) SendVulMessage ¶ func (w *Wecom) SendVulMessage(result *result.Result, markdown bool) error Source Files ¶ View all Source files wecom.go Click to show internal directories. Click to hide internal directories.