8000 Rewrite alpha-0.12.0 by ikafly144 · Pull Request #48 · sabafly/gobot · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Rewrite alpha-0.12.0 #48

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
Feb 4, 2023
Merged

Rewrite alpha-0.12.0 #48

merged 20 commits into from
Feb 4, 2023

Conversation

ikafly144
Copy link
Member

No description provided.

全コードの書き直し
内部API
Webhook通信
Cacher
ステータス更新イベント
_, file, line, ok := runtime.Caller(1)
if ok {
caller := fmt.Sprintf("@%s:%d: ", file, line)
logger.Debug(fmt.Sprintf(caller+format, args...))

Check failure

Code scanning / CodeQL

Log entries created from user input

This log entry depends on a [user-provided value](1). This log entry depends on a [user-provided value](2).
caller := fmt.Sprintf("@%s:%d: ", file, line)
logger.Debug(fmt.Sprintf(caller+format, args...))
} else {
logger.Debug(fmt.Sprintf(format, args...))

Check failure

Code scanning / CodeQL

Log entries created from user input

This log entry depends on a [user-provided value](1). This log entry depends on a [user-provided value](2).
_, file, line, ok := runtime.Caller(1)
if ok {
caller := fmt.Sprintf("@%s:%d: ", file, line)
logger.Info(fmt.Sprintf(caller+format, args...))

Check failure

Code scanning / CodeQL

Log entries created from user input

This log entry depends on a [user-provided value](1). This log entry depends on a [user-provided value](2).
caller := fmt.Sprintf("@%s:%d: ", file, line)
logger.Info(fmt.Sprintf(caller+format, args...))
} else {
logger.Info(fmt.Sprintf(format, args...))

Check failure

Code scanning / CodeQL

Log entries created from user input

This log entry depends on a [user-provided value](1). This log entry depends on a [user-provided value](2).
_, file, line, ok := runtime.Caller(1)
if ok {
caller := fmt.Sprintf("@%s:%d: ", file, line)
logger.Warn(fmt.Sprintf(caller+format, args...))

Check failure

Code scanning / CodeQL

Log entries created from user input

This log entry depends on a [user-provided value](1). This log entry depends on a [user-provided value](2).
caller := fmt.Sprintf("@%s:%d: ", file, line)
logger.Warn(fmt.Sprintf(caller+format, args...))
} else {
logger.Warn(fmt.Sprintf(format, args...))

Check failure

Code scanning / CodeQL

Log entries created from user input

This log entry depends on a [user-provided value](1). This log entry depends on a [user-provided value](2).
_, file, line, ok := runtime.Caller(1)
if ok {
caller := fmt.Sprintf("@%s:%d: ", file, line)
logger.Error(fmt.Sprintf(caller+format, args...))

Check failure

Code scanning / CodeQL

Log entries created from user input

This log entry depends on a [user-provided value](1). This log entry depends on a [user-provided value](2).
caller := fmt.Sprintf("@%s:%d: ", file, line)
logger.Error(fmt.Sprintf(caller+format, args...))
} else {
logger.Error(fmt.Sprintf(format, args...))

Check failure

Code scanning / CodeQL

Log entries created from user input

This log entry depends on a [user-provided value](1). This log entry depends on a [user-provided value](2).
@ikafly144 ikafly144 marked this pull request as ready for review February 4, 2023 08:46
@ikafly144 ikafly144 merged commit 84b2ea0 into main Feb 4, 2023
@ikafly144 ikafly144 deleted the rewrite branch April 8, 2023 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0