Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
lzzzzl
/
golang_seo_push
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
3347c313
authored
Dec 08, 2020
by
lzzzzl
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
项目重构
parent
a70e1f1d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
cmd/main.go
cmd/main.go
View file @
3347c313
...
...
@@ -13,6 +13,8 @@ import (
var
ConfigDir
string
var
LogDir
string
var
mobile
[]
string
var
isAtAll
bool
type
RecvPro
struct
{
}
...
...
@@ -67,6 +69,8 @@ func main() {
_
=
logger
.
InitLogger
(
"file"
,
logConfig
)
logger
.
Init
()
ding
.
Send
(
util
.
Configs
.
Ding_msg
.
Webhook
,
"SEO推送"
,
"消费任务启动"
,
mobile
,
isAtAll
)
t
:=
&
RecvPro
{}
// 队列发送消息
rabbitmq
.
Recv
(
rabbitmq
.
QueueExchange
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment