style: format code

This commit is contained in:
Fu Diwei
2025-04-22 21:24:48 +08:00
parent 3189e65bad
commit f5807d215f
284 changed files with 466 additions and 527 deletions

View File

@@ -1,4 +1,4 @@
package bark
package bark
import (
"context"

View File

@@ -1,4 +1,4 @@
package bark_test
package bark_test
import (
"context"

View File

@@ -1,4 +1,4 @@
package dingtalk
package dingtalk
import (
"context"

View File

@@ -1,4 +1,4 @@
package dingtalk_test
package dingtalk_test
import (
"context"

View File

@@ -1,4 +1,4 @@
package email
package email
import (
"context"

View File

@@ -1,4 +1,4 @@
package email_test
package email_test
import (
"context"

View File

@@ -1,4 +1,4 @@
package lark
package lark
import (
"context"

View File

@@ -1,4 +1,4 @@
package lark_test
package lark_test
import (
"context"

View File

@@ -4,11 +4,12 @@ import (
"bytes"
"context"
"encoding/json"
"github.com/nikoksr/notify/service/mattermost"
"github.com/usual2970/certimate/internal/pkg/core/notifier"
"io"
"log/slog"
"net/http"
"github.com/nikoksr/notify/service/mattermost"
"github.com/usual2970/certimate/internal/pkg/core/notifier"
)
type NotifierConfig struct {

View File

@@ -1,4 +1,4 @@
package serverchan
package serverchan
import (
"context"

View File

@@ -1,4 +1,4 @@
package serverchan_test
package serverchan_test
import (
"context"

View File

@@ -1,4 +1,4 @@
package telegram
package telegram
import (
"context"

View File

@@ -1,4 +1,4 @@
package telegram_test
package telegram_test
import (
"context"

View File

@@ -1,4 +1,4 @@
package webhook
package webhook
import (
"context"

View File

@@ -1,4 +1,4 @@
package webhook_test
package webhook_test
import (
"context"

View File

@@ -1,4 +1,4 @@
package serverchan
package serverchan
import (
"context"

View File

@@ -1,4 +1,4 @@
package serverchan_test
package serverchan_test
import (
"context"